Shades of Cabaret #D4516D
Tints of Cabaret #D4516D
RGB
CMYK
RGB Variations
Color information
#D4516D (or 0xD4516D) is known color: Cabaret. HEX triplet: D4, 51 and 6D. RGB value is (212,81,109). Sum of RGB (Red+Green+Blue) = 212+81+109=402 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.74% from 402); Green value is 81 (32.03% from 255 or 20.15% from 402); Blue value is 109 (42.97% from 255 or 27.11% from 402); Max value from RGB is 212 - color contains mainly: red. Hex color #D4516D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4516D is #2BAE92. Grayscale: #7B7B7B. Windows color (decimal): -2862739 or 7164372. OLE color: 7164372.
HSL color Cylindrical-coordinate representation of color #D4516D: hue angle of 347.18º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D4516D is Cyan = 0, Magento = 0.62, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 81 | 109 | - |
| CMYK | 0 | 0.62 | 0.49 | 0.17 |
| HSL | 347.18º | 0.6% | 0.57% | - |
| HSV(B) | 347.18º | 0.62% | 0.83% | - |
| XYZ | 32.85 | 20.99 | 16.79 | - |
| YUV | 123.36 | 119.9 | 191.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 81 | 109 | 0 | 0.62 | 0.49 | 0.17 | 347.18 | 0.6 | 0.57 |
| Hex | D4 | 51 | 6D | 0 | 3E | 31 | 11 | 15B | 3C | 39 |
| Octal | 324 | 121 | 155 | 0 | 76 | 61 | 21 | 533 | 74 | 71 |
| Binary | 11010100 | 1010001 | 1101101 | 0 | 111110 | 110001 | 10001 | 101011011 | 111100 | 111001 |
Color Harmonies of #D4516D
Complementary color
Monochromatic Colors of #D4516D
Black with #D4516D
Text Example
Text Example
White with #D4516D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4516D; }
p { color: rgb(212,81,109); }
H1.HeaderClassName
{
color: #D4516D;
}
.AnyTagClassName
{
color: #D4516D;
}
</style>
background-color css
<style>
a { background-color: #D4516D; }
a { background-color: rgb(212,81,109); }
div.DivClassName
{
background-color: #D4516D;
}
.BgClassName
{
background-color: #D4516D;
}
</style>
border-color css
<style>
span { border-color: #D4516D; }
span { border-color: rgb(212,81,109); }
td.TdClassName
{
border-color: #D4516D;
}
.TagClassName
{
border-color: #D4516D;
}
</style>