Shades of Cabaret #D9496B
Tints of Cabaret #D9496B
RGB
CMYK
RGB Variations
Color information
#D9496B (or 0xD9496B) is known color: Cabaret. HEX triplet: D9, 49 and 6B. RGB value is (217,73,107). Sum of RGB (Red+Green+Blue) = 217+73+107=397 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.66% from 397); Green value is 73 (28.91% from 255 or 18.39% from 397); Blue value is 107 (42.19% from 255 or 26.95% from 397); Max value from RGB is 217 - color contains mainly: red. Hex color #D9496B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9496B is #26B694. Grayscale: #777777. Windows color (decimal): -2537109 or 7031257. OLE color: 7031257.
HSL color Cylindrical-coordinate representation of color #D9496B: hue angle of 345.83º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D9496B is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 73 | 107 | - |
| CMYK | 0 | 0.66 | 0.51 | 0.15 |
| HSL | 345.83º | 0.65% | 0.57% | - |
| HSV(B) | 345.83º | 0.66% | 0.85% | - |
| XYZ | 33.65 | 20.58 | 16.11 | - |
| YUV | 119.93 | 120.71 | 197.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 73 | 107 | 0 | 0.66 | 0.51 | 0.15 | 345.83 | 0.65 | 0.57 |
| Hex | D9 | 49 | 6B | 0 | 42 | 33 | F | 15A | 41 | 39 |
| Octal | 331 | 111 | 153 | 0 | 102 | 63 | 17 | 532 | 101 | 71 |
| Binary | 11011001 | 1001001 | 1101011 | 0 | 1000010 | 110011 | 1111 | 101011010 | 1000001 | 111001 |
Color Harmonies of #D9496B
Complementary color
Monochromatic Colors of #D9496B
Black with #D9496B
Text Example
Text Example
White with #D9496B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9496B; }
p { color: rgb(217,73,107); }
H1.HeaderClassName
{
color: #D9496B;
}
.AnyTagClassName
{
color: #D9496B;
}
</style>
background-color css
<style>
a { background-color: #D9496B; }
a { background-color: rgb(217,73,107); }
div.DivClassName
{
background-color: #D9496B;
}
.BgClassName
{
background-color: #D9496B;
}
</style>
border-color css
<style>
span { border-color: #D9496B; }
span { border-color: rgb(217,73,107); }
td.TdClassName
{
border-color: #D9496B;
}
.TagClassName
{
border-color: #D9496B;
}
</style>