Shades of Cabaret #D06378
Tints of Cabaret #D06378
RGB
CMYK
RGB Variations
Color information
#D06378 (or 0xD06378) is known color: Cabaret. HEX triplet: D0, 63 and 78. RGB value is (208,99,120). Sum of RGB (Red+Green+Blue) = 208+99+120=427 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.71% from 427); Green value is 99 (39.06% from 255 or 23.19% from 427); Blue value is 120 (47.27% from 255 or 28.10% from 427); Max value from RGB is 208 - color contains mainly: red. Hex color #D06378 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06378 is #2F9C87. Grayscale: #868686. Windows color (decimal): -3120264 or 7889872. OLE color: 7889872.
HSL color Cylindrical-coordinate representation of color #D06378: hue angle of 348.44º degrees, saturation: 0.54, 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 #D06378 is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 99 | 120 | - |
| CMYK | 0 | 0.52 | 0.42 | 0.18 |
| HSL | 348.44º | 0.54% | 0.6% | - |
| HSV(B) | 348.44º | 0.52% | 0.82% | - |
| XYZ | 33.86 | 23.69 | 20.56 | - |
| YUV | 133.99 | 120.11 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 99 | 120 | 0 | 0.52 | 0.42 | 0.18 | 348.44 | 0.54 | 0.6 |
| Hex | D0 | 63 | 78 | 0 | 34 | 2A | 12 | 15C | 36 | 3C |
| Octal | 320 | 143 | 170 | 0 | 64 | 52 | 22 | 534 | 66 | 74 |
| Binary | 11010000 | 1100011 | 1111000 | 0 | 110100 | 101010 | 10010 | 101011100 | 110110 | 111100 |
Color Harmonies of #D06378
Complementary color
Monochromatic Colors of #D06378
Black with #D06378
Text Example
Text Example
White with #D06378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06378; }
p { color: rgb(208,99,120); }
H1.HeaderClassName
{
color: #D06378;
}
.AnyTagClassName
{
color: #D06378;
}
</style>
background-color css
<style>
a { background-color: #D06378; }
a { background-color: rgb(208,99,120); }
div.DivClassName
{
background-color: #D06378;
}
.BgClassName
{
background-color: #D06378;
}
</style>
border-color css
<style>
span { border-color: #D06378; }
span { border-color: rgb(208,99,120); }
td.TdClassName
{
border-color: #D06378;
}
.TagClassName
{
border-color: #D06378;
}
</style>