Shades of Cabaret #D06279
Tints of Cabaret #D06279
RGB
CMYK
RGB Variations
Color information
#D06279 (or 0xD06279) is known color: Cabaret. HEX triplet: D0, 62 and 79. RGB value is (208,98,121). Sum of RGB (Red+Green+Blue) = 208+98+121=427 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.71% from 427); Green value is 98 (38.67% from 255 or 22.95% from 427); Blue value is 121 (47.66% from 255 or 28.34% from 427); Max value from RGB is 208 - color contains mainly: red. Hex color #D06279 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06279 is #2F9D86. Grayscale: #858585. Windows color (decimal): -3120519 or 7955152. OLE color: 7955152.
HSL color Cylindrical-coordinate representation of color #D06279: hue angle of 347.45º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D06279 is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 98 | 121 | - |
| CMYK | 0 | 0.53 | 0.42 | 0.18 |
| HSL | 347.45º | 0.54% | 0.6% | - |
| HSV(B) | 347.45º | 0.53% | 0.82% | - |
| XYZ | 33.83 | 23.53 | 20.85 | - |
| YUV | 133.51 | 120.94 | 181.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 98 | 121 | 0 | 0.53 | 0.42 | 0.18 | 347.45 | 0.54 | 0.6 |
| Hex | D0 | 62 | 79 | 0 | 35 | 2A | 12 | 15B | 36 | 3C |
| Octal | 320 | 142 | 171 | 0 | 65 | 52 | 22 | 533 | 66 | 74 |
| Binary | 11010000 | 1100010 | 1111001 | 0 | 110101 | 101010 | 10010 | 101011011 | 110110 | 111100 |
Color Harmonies of #D06279
Complementary color
Monochromatic Colors of #D06279
Black with #D06279
Text Example
Text Example
White with #D06279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06279; }
p { color: rgb(208,98,121); }
H1.HeaderClassName
{
color: #D06279;
}
.AnyTagClassName
{
color: #D06279;
}
</style>
background-color css
<style>
a { background-color: #D06279; }
a { background-color: rgb(208,98,121); }
div.DivClassName
{
background-color: #D06279;
}
.BgClassName
{
background-color: #D06279;
}
</style>
border-color css
<style>
span { border-color: #D06279; }
span { border-color: rgb(208,98,121); }
td.TdClassName
{
border-color: #D06279;
}
.TagClassName
{
border-color: #D06279;
}
</style>