Shades of Cabaret #D3596D
Tints of Cabaret #D3596D
RGB
CMYK
RGB Variations
Color information
#D3596D (or 0xD3596D) is known color: Cabaret. HEX triplet: D3, 59 and 6D. RGB value is (211,89,109). Sum of RGB (Red+Green+Blue) = 211+89+109=409 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.59% from 409); Green value is 89 (35.16% from 255 or 21.76% from 409); Blue value is 109 (42.97% from 255 or 26.65% from 409); Max value from RGB is 211 - color contains mainly: red. Hex color #D3596D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3596D is #2CA692. Grayscale: #7F7F7F. Windows color (decimal): -2926227 or 7166419. OLE color: 7166419.
HSL color Cylindrical-coordinate representation of color #D3596D: hue angle of 350.16º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D3596D is Cyan = 0, Magento = 0.58, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 89 | 109 | - |
| CMYK | 0 | 0.58 | 0.48 | 0.17 |
| HSL | 350.16º | 0.58% | 0.59% | - |
| HSV(B) | 350.16º | 0.58% | 0.83% | - |
| XYZ | 33.2 | 22.1 | 16.98 | - |
| YUV | 127.76 | 117.42 | 187.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 89 | 109 | 0 | 0.58 | 0.48 | 0.17 | 350.16 | 0.58 | 0.59 |
| Hex | D3 | 59 | 6D | 0 | 3A | 30 | 11 | 15E | 3A | 3B |
| Octal | 323 | 131 | 155 | 0 | 72 | 60 | 21 | 536 | 72 | 73 |
| Binary | 11010011 | 1011001 | 1101101 | 0 | 111010 | 110000 | 10001 | 101011110 | 111010 | 111011 |
Color Harmonies of #D3596D
Complementary color
Monochromatic Colors of #D3596D
Black with #D3596D
Text Example
Text Example
White with #D3596D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3596D; }
p { color: rgb(211,89,109); }
H1.HeaderClassName
{
color: #D3596D;
}
.AnyTagClassName
{
color: #D3596D;
}
</style>
background-color css
<style>
a { background-color: #D3596D; }
a { background-color: rgb(211,89,109); }
div.DivClassName
{
background-color: #D3596D;
}
.BgClassName
{
background-color: #D3596D;
}
</style>
border-color css
<style>
span { border-color: #D3596D; }
span { border-color: rgb(211,89,109); }
td.TdClassName
{
border-color: #D3596D;
}
.TagClassName
{
border-color: #D3596D;
}
</style>