Shades of Cabaret #D0566B
Tints of Cabaret #D0566B
RGB
CMYK
RGB Variations
Color information
#D0566B (or 0xD0566B) is known color: Cabaret. HEX triplet: D0, 56 and 6B. RGB value is (208,86,107). Sum of RGB (Red+Green+Blue) = 208+86+107=401 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.87% from 401); Green value is 86 (33.98% from 255 or 21.45% from 401); Blue value is 107 (42.19% from 255 or 26.68% from 401); Max value from RGB is 208 - color contains mainly: red. Hex color #D0566B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0566B is #2FA994. Grayscale: #7C7C7C. Windows color (decimal): -3123605 or 7034576. OLE color: 7034576.
HSL color Cylindrical-coordinate representation of color #D0566B: hue angle of 349.67º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D0566B is Cyan = 0, Magento = 0.59, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 86 | 107 | - |
| CMYK | 0 | 0.59 | 0.49 | 0.18 |
| HSL | 349.67º | 0.56% | 0.58% | - |
| HSV(B) | 349.67º | 0.59% | 0.82% | - |
| XYZ | 31.99 | 21.13 | 16.3 | - |
| YUV | 124.87 | 117.92 | 187.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 86 | 107 | 0 | 0.59 | 0.49 | 0.18 | 349.67 | 0.56 | 0.58 |
| Hex | D0 | 56 | 6B | 0 | 3B | 31 | 12 | 15E | 38 | 3A |
| Octal | 320 | 126 | 153 | 0 | 73 | 61 | 22 | 536 | 70 | 72 |
| Binary | 11010000 | 1010110 | 1101011 | 0 | 111011 | 110001 | 10010 | 101011110 | 111000 | 111010 |
Color Harmonies of #D0566B
Complementary color
Monochromatic Colors of #D0566B
Black with #D0566B
Text Example
Text Example
White with #D0566B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0566B; }
p { color: rgb(208,86,107); }
H1.HeaderClassName
{
color: #D0566B;
}
.AnyTagClassName
{
color: #D0566B;
}
</style>
background-color css
<style>
a { background-color: #D0566B; }
a { background-color: rgb(208,86,107); }
div.DivClassName
{
background-color: #D0566B;
}
.BgClassName
{
background-color: #D0566B;
}
</style>
border-color css
<style>
span { border-color: #D0566B; }
span { border-color: rgb(208,86,107); }
td.TdClassName
{
border-color: #D0566B;
}
.TagClassName
{
border-color: #D0566B;
}
</style>