Shades of Cabaret #D4496D
Tints of Cabaret #D4496D
RGB
CMYK
RGB Variations
Color information
#D4496D (or 0xD4496D) is known color: Cabaret. HEX triplet: D4, 49 and 6D. RGB value is (212,73,109). Sum of RGB (Red+Green+Blue) = 212+73+109=394 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.81% from 394); Green value is 73 (28.91% from 255 or 18.53% from 394); Blue value is 109 (42.97% from 255 or 27.66% from 394); Max value from RGB is 212 - color contains mainly: red. Hex color #D4496D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4496D is #2BB692. Grayscale: #767676. Windows color (decimal): -2864787 or 7162324. OLE color: 7162324.
HSL color Cylindrical-coordinate representation of color #D4496D: hue angle of 344.46º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D4496D is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 73 | 109 | - |
| CMYK | 0 | 0.66 | 0.49 | 0.17 |
| HSL | 344.46º | 0.62% | 0.56% | - |
| HSV(B) | 344.46º | 0.66% | 0.83% | - |
| XYZ | 32.29 | 19.87 | 16.6 | - |
| YUV | 118.67 | 122.55 | 194.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 73 | 109 | 0 | 0.66 | 0.49 | 0.17 | 344.46 | 0.62 | 0.56 |
| Hex | D4 | 49 | 6D | 0 | 42 | 31 | 11 | 158 | 3E | 38 |
| Octal | 324 | 111 | 155 | 0 | 102 | 61 | 21 | 530 | 76 | 70 |
| Binary | 11010100 | 1001001 | 1101101 | 0 | 1000010 | 110001 | 10001 | 101011000 | 111110 | 111000 |
Color Harmonies of #D4496D
Complementary color
Monochromatic Colors of #D4496D
Black with #D4496D
Text Example
Text Example
White with #D4496D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4496D; }
p { color: rgb(212,73,109); }
H1.HeaderClassName
{
color: #D4496D;
}
.AnyTagClassName
{
color: #D4496D;
}
</style>
background-color css
<style>
a { background-color: #D4496D; }
a { background-color: rgb(212,73,109); }
div.DivClassName
{
background-color: #D4496D;
}
.BgClassName
{
background-color: #D4496D;
}
</style>
border-color css
<style>
span { border-color: #D4496D; }
span { border-color: rgb(212,73,109); }
td.TdClassName
{
border-color: #D4496D;
}
.TagClassName
{
border-color: #D4496D;
}
</style>