#D06579

Color #D06579 Cabaret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cabaret #D06579

Tints of Cabaret #D06579

Color information

#D06579 (or 0xD06579) is unknown color: approx Cabaret. HEX triplet: D0, 65 and 79. RGB value is (208,101,121). Sum of RGB (Red+Green+Blue) = 208+101+121=430 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.37% from 430); Green value is 101 (39.84% from 255 or 23.49% from 430); Blue value is 121 (47.66% from 255 or 28.14% from 430); Max value from RGB is 208 - color contains mainly: red. Hex color #D06579 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06579 is #2F9A86. Grayscale: #878787. Windows color (decimal): -3119751 or 7955920. OLE color: 7955920.

HSL color Cylindrical-coordinate representation of color #D06579: hue angle of 348.79º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D06579 is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB208101121-
CMYK00.510.420.18
HSL348.79º53.23%60.59%-
HSV(B)348.79º51.44%81.57%-
XYZ34.1224.120.94-
YUV135.27119.95179.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 208 (81.64% from 255) = 48.37%
GREEN value IS 101 (39.84% from 255) = 23.49%
BLUE value IS 121 (47.66% from 255) = 28.14%
R=48.37%
G=23.49%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810112100.510.420.18348.7953.2360.59
HexD065790332A1215d353d
Octal32014517106352225356575
Binary1101000011001011111001011001110101010010101011101110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06579; }

 p { color: rgb(208,101,121); }

 H1.HeaderClassName
 {
   color: #D06579;
 }
 .AnyTagClassName
 {
   color: #D06579;
 }
</style>
background-color css

<style>
 a { background-color: #D06579; }

 a { background-color: rgb(208,101,121); }

 div.DivClassName
 {
   background-color: #D06579;
 }
 .BgClassName
 {
   background-color: #D06579;
 }
</style>
border-color css

<style>
 span { border-color: #D06579; }

 span { border-color: rgb(208,101,121); }

 td.TdClassName
 {
   border-color: #D06579;
 }
 .TagClassName
 {
   border-color: #D06579;
 }
</style>