Shades of Cabaret #D0606E
Tints of Cabaret #D0606E
RGB
CMYK
RGB Variations
Color information
#D0606E (or 0xD0606E) is known color: Cabaret. HEX triplet: D0, 60 and 6E. RGB value is (208,96,110). Sum of RGB (Red+Green+Blue) = 208+96+110=414 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.24% from 414); Green value is 96 (37.89% from 255 or 23.19% from 414); Blue value is 110 (43.36% from 255 or 26.57% from 414); Max value from RGB is 208 - color contains mainly: red. Hex color #D0606E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0606E is #2F9F91. Grayscale: #838383. Windows color (decimal): -3121042 or 7233744. OLE color: 7233744.
HSL color Cylindrical-coordinate representation of color #D0606E: hue angle of 352.5º 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 #D0606E is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 96 | 110 | - |
| CMYK | 0 | 0.54 | 0.47 | 0.18 |
| HSL | 352.5º | 0.54% | 0.6% | - |
| HSV(B) | 352.5º | 0.54% | 0.82% | - |
| XYZ | 33.01 | 22.9 | 17.43 | - |
| YUV | 131.08 | 116.11 | 182.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 96 | 110 | 0 | 0.54 | 0.47 | 0.18 | 352.5 | 0.54 | 0.6 |
| Hex | D0 | 60 | 6E | 0 | 36 | 2F | 12 | 160 | 36 | 3C |
| Octal | 320 | 140 | 156 | 0 | 66 | 57 | 22 | 540 | 66 | 74 |
| Binary | 11010000 | 1100000 | 1101110 | 0 | 110110 | 101111 | 10010 | 101100000 | 110110 | 111100 |
Color Harmonies of #D0606E
Complementary color
Monochromatic Colors of #D0606E
Black with #D0606E
Text Example
Text Example
White with #D0606E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0606E; }
p { color: rgb(208,96,110); }
H1.HeaderClassName
{
color: #D0606E;
}
.AnyTagClassName
{
color: #D0606E;
}
</style>
background-color css
<style>
a { background-color: #D0606E; }
a { background-color: rgb(208,96,110); }
div.DivClassName
{
background-color: #D0606E;
}
.BgClassName
{
background-color: #D0606E;
}
</style>
border-color css
<style>
span { border-color: #D0606E; }
span { border-color: rgb(208,96,110); }
td.TdClassName
{
border-color: #D0606E;
}
.TagClassName
{
border-color: #D0606E;
}
</style>