#D06574

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

Shades of Cabaret #D06574

Tints of Cabaret #D06574

Color information

#D06574 (or 0xD06574) is unknown color: approx Cabaret. HEX triplet: D0, 65 and 74. RGB value is (208,101,116). Sum of RGB (Red+Green+Blue) = 208+101+116=425 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.94% from 425); Green value is 101 (39.84% from 255 or 23.76% from 425); Blue value is 116 (45.70% from 255 or 27.29% from 425); Max value from RGB is 208 - color contains mainly: red. Hex color #D06574 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06574 is #2F9A8B. Grayscale: #868686. Windows color (decimal): -3119756 or 7628240. OLE color: 7628240.

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

Color convert

RGB208101116-
CMYK00.510.440.18
HSL351.59º53.23%60.59%-
HSV(B)351.59º51.44%81.57%-
XYZ33.8223.9819.37-
YUV134.7117.45180.28-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 48.94%
GREEN value IS 101 (39.84% from 255) = 23.76%
BLUE value IS 116 (45.70% from 255) = 27.29%
R=48.94%
G=23.76%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810111600.510.440.18351.5953.2360.59
HexD065740332C12160353d
Octal32014516406354225406575
Binary1101000011001011110100011001110110010010101100000110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06574; }

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

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

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

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

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

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

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

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