Shades of Cabaret #D8596B
Tints of Cabaret #D8596B
RGB
CMYK
RGB Variations
Color information
#D8596B (or 0xD8596B) is known color: Cabaret. HEX triplet: D8, 59 and 6B. RGB value is (216,89,107). Sum of RGB (Red+Green+Blue) = 216+89+107=412 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.43% from 412); Green value is 89 (35.16% from 255 or 21.60% from 412); Blue value is 107 (42.19% from 255 or 25.97% from 412); Max value from RGB is 216 - color contains mainly: red. Hex color #D8596B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8596B is #27A694. Grayscale: #818181. Windows color (decimal): -2598549 or 7035352. OLE color: 7035352.
HSL color Cylindrical-coordinate representation of color #D8596B: hue angle of 351.5º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D8596B is Cyan = 0, Magento = 0.59, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 89 | 107 | - |
| CMYK | 0 | 0.59 | 0.50 | 0.15 |
| HSL | 351.5º | 0.62% | 0.6% | - |
| HSV(B) | 351.5º | 0.59% | 0.85% | - |
| XYZ | 34.55 | 22.81 | 16.49 | - |
| YUV | 129.03 | 115.58 | 190.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 89 | 107 | 0 | 0.59 | 0.50 | 0.15 | 351.5 | 0.62 | 0.6 |
| Hex | D8 | 59 | 6B | 0 | 3B | 32 | F | 15F | 3E | 3C |
| Octal | 330 | 131 | 153 | 0 | 73 | 62 | 17 | 537 | 76 | 74 |
| Binary | 11011000 | 1011001 | 1101011 | 0 | 111011 | 110010 | 1111 | 101011111 | 111110 | 111100 |
Color Harmonies of #D8596B
Complementary color
Monochromatic Colors of #D8596B
Black with #D8596B
Text Example
Text Example
White with #D8596B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8596B; }
p { color: rgb(216,89,107); }
H1.HeaderClassName
{
color: #D8596B;
}
.AnyTagClassName
{
color: #D8596B;
}
</style>
background-color css
<style>
a { background-color: #D8596B; }
a { background-color: rgb(216,89,107); }
div.DivClassName
{
background-color: #D8596B;
}
.BgClassName
{
background-color: #D8596B;
}
</style>
border-color css
<style>
span { border-color: #D8596B; }
span { border-color: rgb(216,89,107); }
td.TdClassName
{
border-color: #D8596B;
}
.TagClassName
{
border-color: #D8596B;
}
</style>