Shades of Cabaret #D36071
Tints of Cabaret #D36071
RGB
CMYK
RGB Variations
Color information
#D36071 (or 0xD36071) is known color: Cabaret. HEX triplet: D3, 60 and 71. RGB value is (211,96,113). Sum of RGB (Red+Green+Blue) = 211+96+113=420 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.24% from 420); Green value is 96 (37.89% from 255 or 22.86% from 420); Blue value is 113 (44.53% from 255 or 26.90% from 420); Max value from RGB is 211 - color contains mainly: red. Hex color #D36071 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D36071 is #2C9F8E. Grayscale: #848484. Windows color (decimal): -2924431 or 7430355. OLE color: 7430355.
HSL color Cylindrical-coordinate representation of color #D36071: hue angle of 351.13º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D36071 is Cyan = 0, Magento = 0.55, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 96 | 113 | - |
| CMYK | 0 | 0.55 | 0.46 | 0.17 |
| HSL | 351.13º | 0.57% | 0.6% | - |
| HSV(B) | 351.13º | 0.55% | 0.83% | - |
| XYZ | 34.03 | 23.41 | 18.35 | - |
| YUV | 132.32 | 117.1 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 96 | 113 | 0 | 0.55 | 0.46 | 0.17 | 351.13 | 0.57 | 0.6 |
| Hex | D3 | 60 | 71 | 0 | 37 | 2E | 11 | 15F | 39 | 3C |
| Octal | 323 | 140 | 161 | 0 | 67 | 56 | 21 | 537 | 71 | 74 |
| Binary | 11010011 | 1100000 | 1110001 | 0 | 110111 | 101110 | 10001 | 101011111 | 111001 | 111100 |
Color Harmonies of #D36071
Complementary color
Monochromatic Colors of #D36071
Black with #D36071
Text Example
Text Example
White with #D36071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36071; }
p { color: rgb(211,96,113); }
H1.HeaderClassName
{
color: #D36071;
}
.AnyTagClassName
{
color: #D36071;
}
</style>
background-color css
<style>
a { background-color: #D36071; }
a { background-color: rgb(211,96,113); }
div.DivClassName
{
background-color: #D36071;
}
.BgClassName
{
background-color: #D36071;
}
</style>
border-color css
<style>
span { border-color: #D36071; }
span { border-color: rgb(211,96,113); }
td.TdClassName
{
border-color: #D36071;
}
.TagClassName
{
border-color: #D36071;
}
</style>