Shades of Cabaret #D06478
Tints of Cabaret #D06478
RGB
CMYK
RGB Variations
Color information
#D06478 (or 0xD06478) is known color: Cabaret. HEX triplet: D0, 64 and 78. RGB value is (208,100,120). Sum of RGB (Red+Green+Blue) = 208+100+120=428 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.60% from 428); Green value is 100 (39.45% from 255 or 23.36% from 428); Blue value is 120 (47.27% from 255 or 28.04% from 428); Max value from RGB is 208 - color contains mainly: red. Hex color #D06478 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06478 is #2F9B87. Grayscale: #868686. Windows color (decimal): -3120008 or 7890128. OLE color: 7890128.
HSL color Cylindrical-coordinate representation of color #D06478: hue angle of 348.89º 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 #D06478 is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 100 | 120 | - |
| CMYK | 0 | 0.52 | 0.42 | 0.18 |
| HSL | 348.89º | 0.53% | 0.6% | - |
| HSV(B) | 348.89º | 0.52% | 0.82% | - |
| XYZ | 33.96 | 23.88 | 20.59 | - |
| YUV | 134.57 | 119.78 | 180.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 100 | 120 | 0 | 0.52 | 0.42 | 0.18 | 348.89 | 0.53 | 0.6 |
| Hex | D0 | 64 | 78 | 0 | 34 | 2A | 12 | 15D | 35 | 3C |
| Octal | 320 | 144 | 170 | 0 | 64 | 52 | 22 | 535 | 65 | 74 |
| Binary | 11010000 | 1100100 | 1111000 | 0 | 110100 | 101010 | 10010 | 101011101 | 110101 | 111100 |
Color Harmonies of #D06478
Complementary color
Monochromatic Colors of #D06478
Black with #D06478
Text Example
Text Example
White with #D06478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06478; }
p { color: rgb(208,100,120); }
H1.HeaderClassName
{
color: #D06478;
}
.AnyTagClassName
{
color: #D06478;
}
</style>
background-color css
<style>
a { background-color: #D06478; }
a { background-color: rgb(208,100,120); }
div.DivClassName
{
background-color: #D06478;
}
.BgClassName
{
background-color: #D06478;
}
</style>
border-color css
<style>
span { border-color: #D06478; }
span { border-color: rgb(208,100,120); }
td.TdClassName
{
border-color: #D06478;
}
.TagClassName
{
border-color: #D06478;
}
</style>