Shades of Cabaret #D46373
Tints of Cabaret #D46373
RGB
CMYK
RGB Variations
Color information
#D46373 (or 0xD46373) is known color: Cabaret. HEX triplet: D4, 63 and 73. RGB value is (212,99,115). Sum of RGB (Red+Green+Blue) = 212+99+115=426 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.77% from 426); Green value is 99 (39.06% from 255 or 23.24% from 426); Blue value is 115 (45.31% from 255 or 27.00% from 426); Max value from RGB is 212 - color contains mainly: red. Hex color #D46373 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46373 is #2B9C8C. Grayscale: #868686. Windows color (decimal): -2858125 or 7562196. OLE color: 7562196.
HSL color Cylindrical-coordinate representation of color #D46373: hue angle of 351.5º 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 #D46373 is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 99 | 115 | - |
| CMYK | 0 | 0.53 | 0.46 | 0.17 |
| HSL | 351.5º | 0.57% | 0.61% | - |
| HSV(B) | 351.5º | 0.53% | 0.83% | - |
| XYZ | 34.71 | 24.16 | 19.05 | - |
| YUV | 134.61 | 116.94 | 183.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 99 | 115 | 0 | 0.53 | 0.46 | 0.17 | 351.5 | 0.57 | 0.61 |
| Hex | D4 | 63 | 73 | 0 | 35 | 2E | 11 | 160 | 39 | 3D |
| Octal | 324 | 143 | 163 | 0 | 65 | 56 | 21 | 540 | 71 | 75 |
| Binary | 11010100 | 1100011 | 1110011 | 0 | 110101 | 101110 | 10001 | 101100000 | 111001 | 111101 |
Color Harmonies of #D46373
Complementary color
Monochromatic Colors of #D46373
Black with #D46373
Text Example
Text Example
White with #D46373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46373; }
p { color: rgb(212,99,115); }
H1.HeaderClassName
{
color: #D46373;
}
.AnyTagClassName
{
color: #D46373;
}
</style>
background-color css
<style>
a { background-color: #D46373; }
a { background-color: rgb(212,99,115); }
div.DivClassName
{
background-color: #D46373;
}
.BgClassName
{
background-color: #D46373;
}
</style>
border-color css
<style>
span { border-color: #D46373; }
span { border-color: rgb(212,99,115); }
td.TdClassName
{
border-color: #D46373;
}
.TagClassName
{
border-color: #D46373;
}
</style>