Shades of Cabaret #D05566
Tints of Cabaret #D05566
RGB
CMYK
RGB Variations
Color information
#D05566 (or 0xD05566) is known color: Cabaret. HEX triplet: D0, 55 and 66. RGB value is (208,85,102). Sum of RGB (Red+Green+Blue) = 208+85+102=395 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.66% from 395); Green value is 85 (33.59% from 255 or 21.52% from 395); Blue value is 102 (40.23% from 255 or 25.82% from 395); Max value from RGB is 208 - color contains mainly: red. Hex color #D05566 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05566 is #2FAA99. Grayscale: #7B7B7B. Windows color (decimal): -3123866 or 6706640. OLE color: 6706640.
HSL color Cylindrical-coordinate representation of color #D05566: hue angle of 351.71º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D05566 is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 85 | 102 | - |
| CMYK | 0 | 0.59 | 0.51 | 0.18 |
| HSL | 351.71º | 0.57% | 0.57% | - |
| HSV(B) | 351.71º | 0.59% | 0.82% | - |
| XYZ | 31.66 | 20.87 | 14.93 | - |
| YUV | 123.72 | 115.75 | 188.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 85 | 102 | 0 | 0.59 | 0.51 | 0.18 | 351.71 | 0.57 | 0.57 |
| Hex | D0 | 55 | 66 | 0 | 3B | 33 | 12 | 160 | 39 | 39 |
| Octal | 320 | 125 | 146 | 0 | 73 | 63 | 22 | 540 | 71 | 71 |
| Binary | 11010000 | 1010101 | 1100110 | 0 | 111011 | 110011 | 10010 | 101100000 | 111001 | 111001 |
Color Harmonies of #D05566
Complementary color
Monochromatic Colors of #D05566
Black with #D05566
Text Example
Text Example
White with #D05566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05566; }
p { color: rgb(208,85,102); }
H1.HeaderClassName
{
color: #D05566;
}
.AnyTagClassName
{
color: #D05566;
}
</style>
background-color css
<style>
a { background-color: #D05566; }
a { background-color: rgb(208,85,102); }
div.DivClassName
{
background-color: #D05566;
}
.BgClassName
{
background-color: #D05566;
}
</style>
border-color css
<style>
span { border-color: #D05566; }
span { border-color: rgb(208,85,102); }
td.TdClassName
{
border-color: #D05566;
}
.TagClassName
{
border-color: #D05566;
}
</style>