Shades of Cabaret #D46372
Tints of Cabaret #D46372
RGB
CMYK
RGB Variations
Color information
#D46372 (or 0xD46372) is known color: Cabaret. HEX triplet: D4, 63 and 72. RGB value is (212,99,114). Sum of RGB (Red+Green+Blue) = 212+99+114=425 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.88% from 425); Green value is 99 (39.06% from 255 or 23.29% from 425); Blue value is 114 (44.92% from 255 or 26.82% from 425); Max value from RGB is 212 - color contains mainly: red. Hex color #D46372 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46372 is #2B9C8D. Grayscale: #868686. Windows color (decimal): -2858126 or 7496660. OLE color: 7496660.
HSL color Cylindrical-coordinate representation of color #D46372: hue angle of 352.04º degrees, saturation: 0.57, 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 #D46372 is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 99 | 114 | - |
| CMYK | 0 | 0.53 | 0.46 | 0.17 |
| HSL | 352.04º | 0.57% | 0.61% | - |
| HSV(B) | 352.04º | 0.53% | 0.83% | - |
| XYZ | 34.65 | 24.14 | 18.75 | - |
| YUV | 134.5 | 116.44 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 99 | 114 | 0 | 0.53 | 0.46 | 0.17 | 352.04 | 0.57 | 0.61 |
| Hex | D4 | 63 | 72 | 0 | 35 | 2E | 11 | 160 | 39 | 3D |
| Octal | 324 | 143 | 162 | 0 | 65 | 56 | 21 | 540 | 71 | 75 |
| Binary | 11010100 | 1100011 | 1110010 | 0 | 110101 | 101110 | 10001 | 101100000 | 111001 | 111101 |
Color Harmonies of #D46372
Complementary color
Monochromatic Colors of #D46372
Black with #D46372
Text Example
Text Example
White with #D46372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46372; }
p { color: rgb(212,99,114); }
H1.HeaderClassName
{
color: #D46372;
}
.AnyTagClassName
{
color: #D46372;
}
</style>
background-color css
<style>
a { background-color: #D46372; }
a { background-color: rgb(212,99,114); }
div.DivClassName
{
background-color: #D46372;
}
.BgClassName
{
background-color: #D46372;
}
</style>
border-color css
<style>
span { border-color: #D46372; }
span { border-color: rgb(212,99,114); }
td.TdClassName
{
border-color: #D46372;
}
.TagClassName
{
border-color: #D46372;
}
</style>