#D06578

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

Shades of Cabaret #D06578

Tints of Cabaret #D06578

Color information

#D06578 (or 0xD06578) is unknown color: approx Cabaret. HEX triplet: D0, 65 and 78. RGB value is (208,101,120). Sum of RGB (Red+Green+Blue) = 208+101+120=429 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.48% from 429); Green value is 101 (39.84% from 255 or 23.54% from 429); Blue value is 120 (47.27% from 255 or 27.97% from 429); Max value from RGB is 208 - color contains mainly: red. Hex color #D06578 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06578 is #2F9A87. Grayscale: #878787. Windows color (decimal): -3119752 or 7890384. OLE color: 7890384.

HSL color Cylindrical-coordinate representation of color #D06578: hue angle of 349.35º 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 #D06578 is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB208101120-
CMYK00.510.420.18
HSL349.35º53.23%60.59%-
HSV(B)349.35º51.44%81.57%-
XYZ34.0624.0720.62-
YUV135.16119.45179.96-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 48.48%
GREEN value IS 101 (39.84% from 255) = 23.54%
BLUE value IS 120 (47.27% from 255) = 27.97%
R=48.48%
G=23.54%
B=27.97%

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
Decimal20810112000.510.420.18349.3553.2360.59
HexD065780332A1215d353d
Octal32014517006352225356575
Binary1101000011001011111000011001110101010010101011101110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06578; }

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

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

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

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

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

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

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

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