Shades of Cabaret #D8566D
Tints of Cabaret #D8566D
RGB
CMYK
RGB Variations
Color information
#D8566D (or 0xD8566D) is known color: Cabaret. HEX triplet: D8, 56 and 6D. RGB value is (216,86,109). Sum of RGB (Red+Green+Blue) = 216+86+109=411 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.55% from 411); Green value is 86 (33.98% from 255 or 20.92% from 411); Blue value is 109 (42.97% from 255 or 26.52% from 411); Max value from RGB is 216 - color contains mainly: red. Hex color #D8566D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8566D is #27A992. Grayscale: #7F7F7F. Windows color (decimal): -2599315 or 7165656. OLE color: 7165656.
HSL color Cylindrical-coordinate representation of color #D8566D: hue angle of 349.38º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D8566D is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 86 | 109 | - |
| CMYK | 0 | 0.60 | 0.50 | 0.15 |
| HSL | 349.38º | 0.63% | 0.59% | - |
| HSV(B) | 349.38º | 0.6% | 0.85% | - |
| XYZ | 34.41 | 22.36 | 16.97 | - |
| YUV | 127.49 | 117.57 | 191.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 86 | 109 | 0 | 0.60 | 0.50 | 0.15 | 349.38 | 0.63 | 0.59 |
| Hex | D8 | 56 | 6D | 0 | 3C | 32 | F | 15D | 3E | 3B |
| Octal | 330 | 126 | 155 | 0 | 74 | 62 | 17 | 535 | 76 | 73 |
| Binary | 11011000 | 1010110 | 1101101 | 0 | 111100 | 110010 | 1111 | 101011101 | 111110 | 111011 |
Color Harmonies of #D8566D
Complementary color
Monochromatic Colors of #D8566D
Black with #D8566D
Text Example
Text Example
White with #D8566D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8566D; }
p { color: rgb(216,86,109); }
H1.HeaderClassName
{
color: #D8566D;
}
.AnyTagClassName
{
color: #D8566D;
}
</style>
background-color css
<style>
a { background-color: #D8566D; }
a { background-color: rgb(216,86,109); }
div.DivClassName
{
background-color: #D8566D;
}
.BgClassName
{
background-color: #D8566D;
}
</style>
border-color css
<style>
span { border-color: #D8566D; }
span { border-color: rgb(216,86,109); }
td.TdClassName
{
border-color: #D8566D;
}
.TagClassName
{
border-color: #D8566D;
}
</style>