Shades of Cabaret #D4516B
Tints of Cabaret #D4516B
RGB
CMYK
RGB Variations
Color information
#D4516B (or 0xD4516B) is known color: Cabaret. HEX triplet: D4, 51 and 6B. RGB value is (212,81,107). Sum of RGB (Red+Green+Blue) = 212+81+107=400 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53% from 400); Green value is 81 (32.03% from 255 or 20.25% from 400); Blue value is 107 (42.19% from 255 or 26.75% from 400); Max value from RGB is 212 - color contains mainly: red. Hex color #D4516B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4516B is #2BAE94. Grayscale: #7B7B7B. Windows color (decimal): -2862741 or 7033300. OLE color: 7033300.
HSL color Cylindrical-coordinate representation of color #D4516B: hue angle of 348.09º 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 #D4516B is Cyan = 0, Magento = 0.62, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 81 | 107 | - |
| CMYK | 0 | 0.62 | 0.50 | 0.17 |
| HSL | 348.09º | 0.6% | 0.57% | - |
| HSV(B) | 348.09º | 0.62% | 0.83% | - |
| XYZ | 32.75 | 20.94 | 16.23 | - |
| YUV | 123.13 | 118.9 | 191.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 81 | 107 | 0 | 0.62 | 0.50 | 0.17 | 348.09 | 0.6 | 0.57 |
| Hex | D4 | 51 | 6B | 0 | 3E | 32 | 11 | 15C | 3C | 39 |
| Octal | 324 | 121 | 153 | 0 | 76 | 62 | 21 | 534 | 74 | 71 |
| Binary | 11010100 | 1010001 | 1101011 | 0 | 111110 | 110010 | 10001 | 101011100 | 111100 | 111001 |
Color Harmonies of #D4516B
Complementary color
Monochromatic Colors of #D4516B
Black with #D4516B
Text Example
Text Example
White with #D4516B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4516B; }
p { color: rgb(212,81,107); }
H1.HeaderClassName
{
color: #D4516B;
}
.AnyTagClassName
{
color: #D4516B;
}
</style>
background-color css
<style>
a { background-color: #D4516B; }
a { background-color: rgb(212,81,107); }
div.DivClassName
{
background-color: #D4516B;
}
.BgClassName
{
background-color: #D4516B;
}
</style>
border-color css
<style>
span { border-color: #D4516B; }
span { border-color: rgb(212,81,107); }
td.TdClassName
{
border-color: #D4516B;
}
.TagClassName
{
border-color: #D4516B;
}
</style>