Shades of Cabaret #D6566E
Tints of Cabaret #D6566E
RGB
CMYK
RGB Variations
Color information
#D6566E (or 0xD6566E) is known color: Cabaret. HEX triplet: D6, 56 and 6E. RGB value is (214,86,110). Sum of RGB (Red+Green+Blue) = 214+86+110=410 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.20% from 410); Green value is 86 (33.98% from 255 or 20.98% from 410); Blue value is 110 (43.36% from 255 or 26.83% from 410); Max value from RGB is 214 - color contains mainly: red. Hex color #D6566E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6566E is #29A991. Grayscale: #7F7F7F. Windows color (decimal): -2730386 or 7231190. OLE color: 7231190.
HSL color Cylindrical-coordinate representation of color #D6566E: hue angle of 348.75º 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 #D6566E is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 86 | 110 | - |
| CMYK | 0 | 0.60 | 0.49 | 0.16 |
| HSL | 348.75º | 0.61% | 0.59% | - |
| HSV(B) | 348.75º | 0.6% | 0.84% | - |
| XYZ | 33.87 | 22.08 | 17.23 | - |
| YUV | 127.01 | 118.41 | 190.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 86 | 110 | 0 | 0.60 | 0.49 | 0.16 | 348.75 | 0.61 | 0.59 |
| Hex | D6 | 56 | 6E | 0 | 3C | 31 | 10 | 15D | 3D | 3B |
| Octal | 326 | 126 | 156 | 0 | 74 | 61 | 20 | 535 | 75 | 73 |
| Binary | 11010110 | 1010110 | 1101110 | 0 | 111100 | 110001 | 10000 | 101011101 | 111101 | 111011 |
Color Harmonies of #D6566E
Complementary color
Monochromatic Colors of #D6566E
Black with #D6566E
Text Example
Text Example
White with #D6566E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6566E; }
p { color: rgb(214,86,110); }
H1.HeaderClassName
{
color: #D6566E;
}
.AnyTagClassName
{
color: #D6566E;
}
</style>
background-color css
<style>
a { background-color: #D6566E; }
a { background-color: rgb(214,86,110); }
div.DivClassName
{
background-color: #D6566E;
}
.BgClassName
{
background-color: #D6566E;
}
</style>
border-color css
<style>
span { border-color: #D6566E; }
span { border-color: rgb(214,86,110); }
td.TdClassName
{
border-color: #D6566E;
}
.TagClassName
{
border-color: #D6566E;
}
</style>