Shades of Cabaret #D06077
Tints of Cabaret #D06077
RGB
CMYK
RGB Variations
Color information
#D06077 (or 0xD06077) is known color: Cabaret. HEX triplet: D0, 60 and 77. RGB value is (208,96,119). Sum of RGB (Red+Green+Blue) = 208+96+119=423 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.17% from 423); Green value is 96 (37.89% from 255 or 22.70% from 423); Blue value is 119 (46.88% from 255 or 28.13% from 423); Max value from RGB is 208 - color contains mainly: red. Hex color #D06077 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06077 is #2F9F88. Grayscale: #848484. Windows color (decimal): -3121033 or 7823568. OLE color: 7823568.
HSL color Cylindrical-coordinate representation of color #D06077: hue angle of 347.68º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D06077 is Cyan = 0, Magento = 0.54, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 96 | 119 | - |
| CMYK | 0 | 0.54 | 0.43 | 0.18 |
| HSL | 347.68º | 0.54% | 0.6% | - |
| HSV(B) | 347.68º | 0.54% | 0.82% | - |
| XYZ | 33.53 | 23.11 | 20.15 | - |
| YUV | 132.11 | 120.61 | 182.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 96 | 119 | 0 | 0.54 | 0.43 | 0.18 | 347.68 | 0.54 | 0.6 |
| Hex | D0 | 60 | 77 | 0 | 36 | 2B | 12 | 15C | 36 | 3C |
| Octal | 320 | 140 | 167 | 0 | 66 | 53 | 22 | 534 | 66 | 74 |
| Binary | 11010000 | 1100000 | 1110111 | 0 | 110110 | 101011 | 10010 | 101011100 | 110110 | 111100 |
Color Harmonies of #D06077
Complementary color
Monochromatic Colors of #D06077
Black with #D06077
Text Example
Text Example
White with #D06077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06077; }
p { color: rgb(208,96,119); }
H1.HeaderClassName
{
color: #D06077;
}
.AnyTagClassName
{
color: #D06077;
}
</style>
background-color css
<style>
a { background-color: #D06077; }
a { background-color: rgb(208,96,119); }
div.DivClassName
{
background-color: #D06077;
}
.BgClassName
{
background-color: #D06077;
}
</style>
border-color css
<style>
span { border-color: #D06077; }
span { border-color: rgb(208,96,119); }
td.TdClassName
{
border-color: #D06077;
}
.TagClassName
{
border-color: #D06077;
}
</style>