Shades of Cabaret #D36072
Tints of Cabaret #D36072
RGB
CMYK
RGB Variations
Color information
#D36072 (or 0xD36072) is known color: Cabaret. HEX triplet: D3, 60 and 72. RGB value is (211,96,114). Sum of RGB (Red+Green+Blue) = 211+96+114=421 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.12% from 421); Green value is 96 (37.89% from 255 or 22.80% from 421); Blue value is 114 (44.92% from 255 or 27.08% from 421); Max value from RGB is 211 - color contains mainly: red. Hex color #D36072 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D36072 is #2C9F8D. Grayscale: #848484. Windows color (decimal): -2924430 or 7495891. OLE color: 7495891.
HSL color Cylindrical-coordinate representation of color #D36072: hue angle of 350.61º 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 #D36072 is Cyan = 0, Magento = 0.55, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 96 | 114 | - |
| CMYK | 0 | 0.55 | 0.46 | 0.17 |
| HSL | 350.61º | 0.57% | 0.6% | - |
| HSV(B) | 350.61º | 0.55% | 0.83% | - |
| XYZ | 34.08 | 23.43 | 18.65 | - |
| YUV | 132.44 | 117.6 | 184.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 96 | 114 | 0 | 0.55 | 0.46 | 0.17 | 350.61 | 0.57 | 0.6 |
| Hex | D3 | 60 | 72 | 0 | 37 | 2E | 11 | 15F | 39 | 3C |
| Octal | 323 | 140 | 162 | 0 | 67 | 56 | 21 | 537 | 71 | 74 |
| Binary | 11010011 | 1100000 | 1110010 | 0 | 110111 | 101110 | 10001 | 101011111 | 111001 | 111100 |
Color Harmonies of #D36072
Complementary color
Monochromatic Colors of #D36072
Black with #D36072
Text Example
Text Example
White with #D36072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36072; }
p { color: rgb(211,96,114); }
H1.HeaderClassName
{
color: #D36072;
}
.AnyTagClassName
{
color: #D36072;
}
</style>
background-color css
<style>
a { background-color: #D36072; }
a { background-color: rgb(211,96,114); }
div.DivClassName
{
background-color: #D36072;
}
.BgClassName
{
background-color: #D36072;
}
</style>
border-color css
<style>
span { border-color: #D36072; }
span { border-color: rgb(211,96,114); }
td.TdClassName
{
border-color: #D36072;
}
.TagClassName
{
border-color: #D36072;
}
</style>