Shades of Cabaret #D0596C
Tints of Cabaret #D0596C
RGB
CMYK
RGB Variations
Color information
#D0596C (or 0xD0596C) is known color: Cabaret. HEX triplet: D0, 59 and 6C. RGB value is (208,89,108). Sum of RGB (Red+Green+Blue) = 208+89+108=405 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.36% from 405); Green value is 89 (35.16% from 255 or 21.98% from 405); Blue value is 108 (42.58% from 255 or 26.67% from 405); Max value from RGB is 208 - color contains mainly: red. Hex color #D0596C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0596C is #2FA693. Grayscale: #7E7E7E. Windows color (decimal): -3122836 or 7100880. OLE color: 7100880.
HSL color Cylindrical-coordinate representation of color #D0596C: hue angle of 350.42º degrees, saturation: 0.56, 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 #D0596C is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 89 | 108 | - |
| CMYK | 0 | 0.57 | 0.48 | 0.18 |
| HSL | 350.42º | 0.56% | 0.58% | - |
| HSV(B) | 350.42º | 0.57% | 0.82% | - |
| XYZ | 32.29 | 21.64 | 16.66 | - |
| YUV | 126.75 | 117.42 | 185.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 89 | 108 | 0 | 0.57 | 0.48 | 0.18 | 350.42 | 0.56 | 0.58 |
| Hex | D0 | 59 | 6C | 0 | 39 | 30 | 12 | 15E | 38 | 3A |
| Octal | 320 | 131 | 154 | 0 | 71 | 60 | 22 | 536 | 70 | 72 |
| Binary | 11010000 | 1011001 | 1101100 | 0 | 111001 | 110000 | 10010 | 101011110 | 111000 | 111010 |
Color Harmonies of #D0596C
Complementary color
Monochromatic Colors of #D0596C
Black with #D0596C
Text Example
Text Example
White with #D0596C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0596C; }
p { color: rgb(208,89,108); }
H1.HeaderClassName
{
color: #D0596C;
}
.AnyTagClassName
{
color: #D0596C;
}
</style>
background-color css
<style>
a { background-color: #D0596C; }
a { background-color: rgb(208,89,108); }
div.DivClassName
{
background-color: #D0596C;
}
.BgClassName
{
background-color: #D0596C;
}
</style>
border-color css
<style>
span { border-color: #D0596C; }
span { border-color: rgb(208,89,108); }
td.TdClassName
{
border-color: #D0596C;
}
.TagClassName
{
border-color: #D0596C;
}
</style>