Shades of Cabaret #D06477
Tints of Cabaret #D06477
RGB
CMYK
RGB Variations
Color information
#D06477 (or 0xD06477) is known color: Cabaret. HEX triplet: D0, 64 and 77. RGB value is (208,100,119). Sum of RGB (Red+Green+Blue) = 208+100+119=427 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.71% from 427); Green value is 100 (39.45% from 255 or 23.42% from 427); Blue value is 119 (46.88% from 255 or 27.87% from 427); Max value from RGB is 208 - color contains mainly: red. Hex color #D06477 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06477 is #2F9B88. Grayscale: #868686. Windows color (decimal): -3120009 or 7824592. OLE color: 7824592.
HSL color Cylindrical-coordinate representation of color #D06477: hue angle of 349.44º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D06477 is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 100 | 119 | - |
| CMYK | 0 | 0.52 | 0.43 | 0.18 |
| HSL | 349.44º | 0.53% | 0.6% | - |
| HSV(B) | 349.44º | 0.52% | 0.82% | - |
| XYZ | 33.9 | 23.86 | 20.27 | - |
| YUV | 134.46 | 119.28 | 180.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 100 | 119 | 0 | 0.52 | 0.43 | 0.18 | 349.44 | 0.53 | 0.6 |
| Hex | D0 | 64 | 77 | 0 | 34 | 2B | 12 | 15D | 35 | 3C |
| Octal | 320 | 144 | 167 | 0 | 64 | 53 | 22 | 535 | 65 | 74 |
| Binary | 11010000 | 1100100 | 1110111 | 0 | 110100 | 101011 | 10010 | 101011101 | 110101 | 111100 |
Color Harmonies of #D06477
Complementary color
Monochromatic Colors of #D06477
Black with #D06477
Text Example
Text Example
White with #D06477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06477; }
p { color: rgb(208,100,119); }
H1.HeaderClassName
{
color: #D06477;
}
.AnyTagClassName
{
color: #D06477;
}
</style>
background-color css
<style>
a { background-color: #D06477; }
a { background-color: rgb(208,100,119); }
div.DivClassName
{
background-color: #D06477;
}
.BgClassName
{
background-color: #D06477;
}
</style>
border-color css
<style>
span { border-color: #D06477; }
span { border-color: rgb(208,100,119); }
td.TdClassName
{
border-color: #D06477;
}
.TagClassName
{
border-color: #D06477;
}
</style>