Shades of Cabaret #D0596F
Tints of Cabaret #D0596F
RGB
CMYK
RGB Variations
Color information
#D0596F (or 0xD0596F) is known color: Cabaret. HEX triplet: D0, 59 and 6F. RGB value is (208,89,111). Sum of RGB (Red+Green+Blue) = 208+89+111=408 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.98% from 408); Green value is 89 (35.16% from 255 or 21.81% from 408); Blue value is 111 (43.75% from 255 or 27.21% from 408); Max value from RGB is 208 - color contains mainly: red. Hex color #D0596F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0596F is #2FA690. Grayscale: #7F7F7F. Windows color (decimal): -3122833 or 7297488. OLE color: 7297488.
HSL color Cylindrical-coordinate representation of color #D0596F: hue angle of 348.91º 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 #D0596F is Cyan = 0, Magento = 0.57, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 89 | 111 | - |
| CMYK | 0 | 0.57 | 0.47 | 0.18 |
| HSL | 348.91º | 0.56% | 0.58% | - |
| HSV(B) | 348.91º | 0.57% | 0.82% | - |
| XYZ | 32.45 | 21.7 | 17.52 | - |
| YUV | 127.09 | 118.92 | 185.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 89 | 111 | 0 | 0.57 | 0.47 | 0.18 | 348.91 | 0.56 | 0.58 |
| Hex | D0 | 59 | 6F | 0 | 39 | 2F | 12 | 15D | 38 | 3A |
| Octal | 320 | 131 | 157 | 0 | 71 | 57 | 22 | 535 | 70 | 72 |
| Binary | 11010000 | 1011001 | 1101111 | 0 | 111001 | 101111 | 10010 | 101011101 | 111000 | 111010 |
Color Harmonies of #D0596F
Complementary color
Monochromatic Colors of #D0596F
Black with #D0596F
Text Example
Text Example
White with #D0596F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0596F; }
p { color: rgb(208,89,111); }
H1.HeaderClassName
{
color: #D0596F;
}
.AnyTagClassName
{
color: #D0596F;
}
</style>
background-color css
<style>
a { background-color: #D0596F; }
a { background-color: rgb(208,89,111); }
div.DivClassName
{
background-color: #D0596F;
}
.BgClassName
{
background-color: #D0596F;
}
</style>
border-color css
<style>
span { border-color: #D0596F; }
span { border-color: rgb(208,89,111); }
td.TdClassName
{
border-color: #D0596F;
}
.TagClassName
{
border-color: #D0596F;
}
</style>