Shades of Cabaret #D4496B
Tints of Cabaret #D4496B
RGB
CMYK
RGB Variations
Color information
#D4496B (or 0xD4496B) is known color: Cabaret. HEX triplet: D4, 49 and 6B. RGB value is (212,73,107). Sum of RGB (Red+Green+Blue) = 212+73+107=392 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.08% from 392); Green value is 73 (28.91% from 255 or 18.62% from 392); Blue value is 107 (42.19% from 255 or 27.30% from 392); Max value from RGB is 212 - color contains mainly: red. Hex color #D4496B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4496B is #2BB694. Grayscale: #767676. Windows color (decimal): -2864789 or 7031252. OLE color: 7031252.
HSL color Cylindrical-coordinate representation of color #D4496B: hue angle of 345.32º 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 #D4496B is Cyan = 0, Magento = 0.66, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 73 | 107 | - |
| CMYK | 0 | 0.66 | 0.50 | 0.17 |
| HSL | 345.32º | 0.62% | 0.56% | - |
| HSV(B) | 345.32º | 0.66% | 0.83% | - |
| XYZ | 32.19 | 19.82 | 16.04 | - |
| YUV | 118.44 | 121.55 | 194.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 73 | 107 | 0 | 0.66 | 0.50 | 0.17 | 345.32 | 0.62 | 0.56 |
| Hex | D4 | 49 | 6B | 0 | 42 | 32 | 11 | 159 | 3E | 38 |
| Octal | 324 | 111 | 153 | 0 | 102 | 62 | 21 | 531 | 76 | 70 |
| Binary | 11010100 | 1001001 | 1101011 | 0 | 1000010 | 110010 | 10001 | 101011001 | 111110 | 111000 |
Color Harmonies of #D4496B
Complementary color
Monochromatic Colors of #D4496B
Black with #D4496B
Text Example
Text Example
White with #D4496B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4496B; }
p { color: rgb(212,73,107); }
H1.HeaderClassName
{
color: #D4496B;
}
.AnyTagClassName
{
color: #D4496B;
}
</style>
background-color css
<style>
a { background-color: #D4496B; }
a { background-color: rgb(212,73,107); }
div.DivClassName
{
background-color: #D4496B;
}
.BgClassName
{
background-color: #D4496B;
}
</style>
border-color css
<style>
span { border-color: #D4496B; }
span { border-color: rgb(212,73,107); }
td.TdClassName
{
border-color: #D4496B;
}
.TagClassName
{
border-color: #D4496B;
}
</style>