Shades of Cabaret #D1596C
Tints of Cabaret #D1596C
RGB
CMYK
RGB Variations
Color information
#D1596C (or 0xD1596C) is known color: Cabaret. HEX triplet: D1, 59 and 6C. RGB value is (209,89,108). Sum of RGB (Red+Green+Blue) = 209+89+108=406 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.48% from 406); Green value is 89 (35.16% from 255 or 21.92% from 406); Blue value is 108 (42.58% from 255 or 26.60% from 406); Max value from RGB is 209 - color contains mainly: red. Hex color #D1596C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1596C is #2EA693. Grayscale: #7F7F7F. Windows color (decimal): -3057300 or 7100881. OLE color: 7100881.
HSL color Cylindrical-coordinate representation of color #D1596C: hue angle of 350.5º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D1596C is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 89 | 108 | - |
| CMYK | 0 | 0.57 | 0.48 | 0.18 |
| HSL | 350.5º | 0.57% | 0.58% | - |
| HSV(B) | 350.5º | 0.57% | 0.82% | - |
| XYZ | 32.57 | 21.78 | 16.68 | - |
| YUV | 127.05 | 117.26 | 186.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 89 | 108 | 0 | 0.57 | 0.48 | 0.18 | 350.5 | 0.57 | 0.58 |
| Hex | D1 | 59 | 6C | 0 | 39 | 30 | 12 | 15E | 39 | 3A |
| Octal | 321 | 131 | 154 | 0 | 71 | 60 | 22 | 536 | 71 | 72 |
| Binary | 11010001 | 1011001 | 1101100 | 0 | 111001 | 110000 | 10010 | 101011110 | 111001 | 111010 |
Color Harmonies of #D1596C
Complementary color
Monochromatic Colors of #D1596C
Black with #D1596C
Text Example
Text Example
White with #D1596C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1596C; }
p { color: rgb(209,89,108); }
H1.HeaderClassName
{
color: #D1596C;
}
.AnyTagClassName
{
color: #D1596C;
}
</style>
background-color css
<style>
a { background-color: #D1596C; }
a { background-color: rgb(209,89,108); }
div.DivClassName
{
background-color: #D1596C;
}
.BgClassName
{
background-color: #D1596C;
}
</style>
border-color css
<style>
span { border-color: #D1596C; }
span { border-color: rgb(209,89,108); }
td.TdClassName
{
border-color: #D1596C;
}
.TagClassName
{
border-color: #D1596C;
}
</style>