Shades of Cabaret #D06079
Tints of Cabaret #D06079
RGB
CMYK
RGB Variations
Color information
#D06079 (or 0xD06079) is known color: Cabaret. HEX triplet: D0, 60 and 79. RGB value is (208,96,121). Sum of RGB (Red+Green+Blue) = 208+96+121=425 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.94% from 425); Green value is 96 (37.89% from 255 or 22.59% from 425); Blue value is 121 (47.66% from 255 or 28.47% from 425); Max value from RGB is 208 - color contains mainly: red. Hex color #D06079 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06079 is #2F9F86. Grayscale: #848484. Windows color (decimal): -3121031 or 7954640. OLE color: 7954640.
HSL color Cylindrical-coordinate representation of color #D06079: hue angle of 346.61º 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 #D06079 is Cyan = 0, Magento = 0.54, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 96 | 121 | - |
| CMYK | 0 | 0.54 | 0.42 | 0.18 |
| HSL | 346.61º | 0.54% | 0.6% | - |
| HSV(B) | 346.61º | 0.54% | 0.82% | - |
| XYZ | 33.65 | 23.16 | 20.79 | - |
| YUV | 132.34 | 121.61 | 181.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 96 | 121 | 0 | 0.54 | 0.42 | 0.18 | 346.61 | 0.54 | 0.6 |
| Hex | D0 | 60 | 79 | 0 | 36 | 2A | 12 | 15B | 36 | 3C |
| Octal | 320 | 140 | 171 | 0 | 66 | 52 | 22 | 533 | 66 | 74 |
| Binary | 11010000 | 1100000 | 1111001 | 0 | 110110 | 101010 | 10010 | 101011011 | 110110 | 111100 |
Color Harmonies of #D06079
Complementary color
Monochromatic Colors of #D06079
Black with #D06079
Text Example
Text Example
White with #D06079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06079; }
p { color: rgb(208,96,121); }
H1.HeaderClassName
{
color: #D06079;
}
.AnyTagClassName
{
color: #D06079;
}
</style>
background-color css
<style>
a { background-color: #D06079; }
a { background-color: rgb(208,96,121); }
div.DivClassName
{
background-color: #D06079;
}
.BgClassName
{
background-color: #D06079;
}
</style>
border-color css
<style>
span { border-color: #D06079; }
span { border-color: rgb(208,96,121); }
td.TdClassName
{
border-color: #D06079;
}
.TagClassName
{
border-color: #D06079;
}
</style>