#D06577

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

Shades of Cabaret #D06577

Tints of Cabaret #D06577

Color information

#D06577 (or 0xD06577) is unknown color: approx Cabaret. HEX triplet: D0, 65 and 77. RGB value is (208,101,119). Sum of RGB (Red+Green+Blue) = 208+101+119=428 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.60% from 428); Green value is 101 (39.84% from 255 or 23.60% from 428); Blue value is 119 (46.88% from 255 or 27.80% from 428); Max value from RGB is 208 - color contains mainly: red. Hex color #D06577 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06577 is #2F9A88. Grayscale: #878787. Windows color (decimal): -3119753 or 7824848. OLE color: 7824848.

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

Color convert

RGB208101119-
CMYK00.510.430.18
HSL349.91º53.23%60.59%-
HSV(B)349.91º51.44%81.57%-
XYZ3424.0520.3-
YUV135.04118.95180.04-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 48.60%
GREEN value IS 101 (39.84% from 255) = 23.60%
BLUE value IS 119 (46.88% from 255) = 27.80%
R=48.60%
G=23.60%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810111900.510.430.18349.9153.2360.59
HexD065770332B1215e353d
Octal32014516706353225366575
Binary1101000011001011110111011001110101110010101011110110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06577; }

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

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

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

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

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

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

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

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