Shades of Cabaret #D6566B
Tints of Cabaret #D6566B
RGB
CMYK
RGB Variations
Color information
#D6566B (or 0xD6566B) is known color: Cabaret. HEX triplet: D6, 56 and 6B. RGB value is (214,86,107). Sum of RGB (Red+Green+Blue) = 214+86+107=407 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.58% from 407); Green value is 86 (33.98% from 255 or 21.13% from 407); Blue value is 107 (42.19% from 255 or 26.29% from 407); Max value from RGB is 214 - color contains mainly: red. Hex color #D6566B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6566B is #29A994. Grayscale: #7E7E7E. Windows color (decimal): -2730389 or 7034582. OLE color: 7034582.
HSL color Cylindrical-coordinate representation of color #D6566B: hue angle of 350.16º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D6566B is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 86 | 107 | - |
| CMYK | 0 | 0.60 | 0.50 | 0.16 |
| HSL | 350.16º | 0.61% | 0.59% | - |
| HSV(B) | 350.16º | 0.6% | 0.84% | - |
| XYZ | 33.71 | 22.01 | 16.38 | - |
| YUV | 126.67 | 116.91 | 190.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 86 | 107 | 0 | 0.60 | 0.50 | 0.16 | 350.16 | 0.61 | 0.59 |
| Hex | D6 | 56 | 6B | 0 | 3C | 32 | 10 | 15E | 3D | 3B |
| Octal | 326 | 126 | 153 | 0 | 74 | 62 | 20 | 536 | 75 | 73 |
| Binary | 11010110 | 1010110 | 1101011 | 0 | 111100 | 110010 | 10000 | 101011110 | 111101 | 111011 |
Color Harmonies of #D6566B
Complementary color
Monochromatic Colors of #D6566B
Black with #D6566B
Text Example
Text Example
White with #D6566B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6566B; }
p { color: rgb(214,86,107); }
H1.HeaderClassName
{
color: #D6566B;
}
.AnyTagClassName
{
color: #D6566B;
}
</style>
background-color css
<style>
a { background-color: #D6566B; }
a { background-color: rgb(214,86,107); }
div.DivClassName
{
background-color: #D6566B;
}
.BgClassName
{
background-color: #D6566B;
}
</style>
border-color css
<style>
span { border-color: #D6566B; }
span { border-color: rgb(214,86,107); }
td.TdClassName
{
border-color: #D6566B;
}
.TagClassName
{
border-color: #D6566B;
}
</style>