Shades of Cabaret #D1496B
Tints of Cabaret #D1496B
RGB
CMYK
RGB Variations
Color information
#D1496B (or 0xD1496B) is known color: Cabaret. HEX triplet: D1, 49 and 6B. RGB value is (209,73,107). Sum of RGB (Red+Green+Blue) = 209+73+107=389 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.73% from 389); Green value is 73 (28.91% from 255 or 18.77% from 389); Blue value is 107 (42.19% from 255 or 27.51% from 389); Max value from RGB is 209 - color contains mainly: red. Hex color #D1496B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1496B is #2EB694. Grayscale: #757575. Windows color (decimal): -3061397 or 7031249. OLE color: 7031249.
HSL color Cylindrical-coordinate representation of color #D1496B: hue angle of 345º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D1496B is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 73 | 107 | - |
| CMYK | 0 | 0.65 | 0.49 | 0.18 |
| HSL | 345º | 0.6% | 0.55% | - |
| HSV(B) | 345º | 0.65% | 0.82% | - |
| XYZ | 31.33 | 19.38 | 16 | - |
| YUV | 117.54 | 122.06 | 193.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 73 | 107 | 0 | 0.65 | 0.49 | 0.18 | 345 | 0.6 | 0.55 |
| Hex | D1 | 49 | 6B | 0 | 41 | 31 | 12 | 159 | 3C | 37 |
| Octal | 321 | 111 | 153 | 0 | 101 | 61 | 22 | 531 | 74 | 67 |
| Binary | 11010001 | 1001001 | 1101011 | 0 | 1000001 | 110001 | 10010 | 101011001 | 111100 | 110111 |
Color Harmonies of #D1496B
Complementary color
Monochromatic Colors of #D1496B
Black with #D1496B
Text Example
Text Example
White with #D1496B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1496B; }
p { color: rgb(209,73,107); }
H1.HeaderClassName
{
color: #D1496B;
}
.AnyTagClassName
{
color: #D1496B;
}
</style>
background-color css
<style>
a { background-color: #D1496B; }
a { background-color: rgb(209,73,107); }
div.DivClassName
{
background-color: #D1496B;
}
.BgClassName
{
background-color: #D1496B;
}
</style>
border-color css
<style>
span { border-color: #D1496B; }
span { border-color: rgb(209,73,107); }
td.TdClassName
{
border-color: #D1496B;
}
.TagClassName
{
border-color: #D1496B;
}
</style>