Shades of Cabaret #D16176
Tints of Cabaret #D16176
RGB
CMYK
RGB Variations
Color information
#D16176 (or 0xD16176) is known color: Cabaret. HEX triplet: D1, 61 and 76. RGB value is (209,97,118). Sum of RGB (Red+Green+Blue) = 209+97+118=424 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.29% from 424); Green value is 97 (38.28% from 255 or 22.88% from 424); Blue value is 118 (46.48% from 255 or 27.83% from 424); Max value from RGB is 209 - color contains mainly: red. Hex color #D16176 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16176 is #2E9E89. Grayscale: #848484. Windows color (decimal): -3055242 or 7758289. OLE color: 7758289.
HSL color Cylindrical-coordinate representation of color #D16176: hue angle of 348.75º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D16176 is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 97 | 118 | - |
| CMYK | 0 | 0.54 | 0.44 | 0.18 |
| HSL | 348.75º | 0.55% | 0.6% | - |
| HSV(B) | 348.75º | 0.54% | 0.82% | - |
| XYZ | 33.84 | 23.41 | 19.88 | - |
| YUV | 132.88 | 119.61 | 182.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 97 | 118 | 0 | 0.54 | 0.44 | 0.18 | 348.75 | 0.55 | 0.6 |
| Hex | D1 | 61 | 76 | 0 | 36 | 2C | 12 | 15D | 37 | 3C |
| Octal | 321 | 141 | 166 | 0 | 66 | 54 | 22 | 535 | 67 | 74 |
| Binary | 11010001 | 1100001 | 1110110 | 0 | 110110 | 101100 | 10010 | 101011101 | 110111 | 111100 |
Color Harmonies of #D16176
Complementary color
Monochromatic Colors of #D16176
Black with #D16176
Text Example
Text Example
White with #D16176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16176; }
p { color: rgb(209,97,118); }
H1.HeaderClassName
{
color: #D16176;
}
.AnyTagClassName
{
color: #D16176;
}
</style>
background-color css
<style>
a { background-color: #D16176; }
a { background-color: rgb(209,97,118); }
div.DivClassName
{
background-color: #D16176;
}
.BgClassName
{
background-color: #D16176;
}
</style>
border-color css
<style>
span { border-color: #D16176; }
span { border-color: rgb(209,97,118); }
td.TdClassName
{
border-color: #D16176;
}
.TagClassName
{
border-color: #D16176;
}
</style>