Shades of Cabaret #D36372
Tints of Cabaret #D36372
RGB
CMYK
RGB Variations
Color information
#D36372 (or 0xD36372) is known color: Cabaret. HEX triplet: D3, 63 and 72. RGB value is (211,99,114). Sum of RGB (Red+Green+Blue) = 211+99+114=424 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.76% from 424); Green value is 99 (39.06% from 255 or 23.35% from 424); Blue value is 114 (44.92% from 255 or 26.89% from 424); Max value from RGB is 211 - color contains mainly: red. Hex color #D36372 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D36372 is #2C9C8D. Grayscale: #868686. Windows color (decimal): -2923662 or 7496659. OLE color: 7496659.
HSL color Cylindrical-coordinate representation of color #D36372: hue angle of 351.96º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D36372 is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 99 | 114 | - |
| CMYK | 0 | 0.53 | 0.46 | 0.17 |
| HSL | 351.96º | 0.56% | 0.61% | - |
| HSV(B) | 351.96º | 0.53% | 0.83% | - |
| XYZ | 34.36 | 23.99 | 18.74 | - |
| YUV | 134.2 | 116.61 | 182.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 99 | 114 | 0 | 0.53 | 0.46 | 0.17 | 351.96 | 0.56 | 0.61 |
| Hex | D3 | 63 | 72 | 0 | 35 | 2E | 11 | 160 | 38 | 3D |
| Octal | 323 | 143 | 162 | 0 | 65 | 56 | 21 | 540 | 70 | 75 |
| Binary | 11010011 | 1100011 | 1110010 | 0 | 110101 | 101110 | 10001 | 101100000 | 111000 | 111101 |
Color Harmonies of #D36372
Complementary color
Monochromatic Colors of #D36372
Black with #D36372
Text Example
Text Example
White with #D36372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36372; }
p { color: rgb(211,99,114); }
H1.HeaderClassName
{
color: #D36372;
}
.AnyTagClassName
{
color: #D36372;
}
</style>
background-color css
<style>
a { background-color: #D36372; }
a { background-color: rgb(211,99,114); }
div.DivClassName
{
background-color: #D36372;
}
.BgClassName
{
background-color: #D36372;
}
</style>
border-color css
<style>
span { border-color: #D36372; }
span { border-color: rgb(211,99,114); }
td.TdClassName
{
border-color: #D36372;
}
.TagClassName
{
border-color: #D36372;
}
</style>