Shades of Cabaret #D16076
Tints of Cabaret #D16076
RGB
CMYK
RGB Variations
Color information
#D16076 (or 0xD16076) is known color: Cabaret. HEX triplet: D1, 60 and 76. RGB value is (209,96,118). Sum of RGB (Red+Green+Blue) = 209+96+118=423 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.41% from 423); Green value is 96 (37.89% from 255 or 22.70% from 423); Blue value is 118 (46.48% from 255 or 27.90% from 423); Max value from RGB is 209 - color contains mainly: red. Hex color #D16076 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16076 is #2E9F89. Grayscale: #848484. Windows color (decimal): -3055498 or 7758033. OLE color: 7758033.
HSL color Cylindrical-coordinate representation of color #D16076: hue angle of 348.32º 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 #D16076 is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 96 | 118 | - |
| CMYK | 0 | 0.54 | 0.44 | 0.18 |
| HSL | 348.32º | 0.55% | 0.6% | - |
| HSV(B) | 348.32º | 0.54% | 0.82% | - |
| XYZ | 33.75 | 23.23 | 19.84 | - |
| YUV | 132.3 | 119.94 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 96 | 118 | 0 | 0.54 | 0.44 | 0.18 | 348.32 | 0.55 | 0.6 |
| Hex | D1 | 60 | 76 | 0 | 36 | 2C | 12 | 15C | 37 | 3C |
| Octal | 321 | 140 | 166 | 0 | 66 | 54 | 22 | 534 | 67 | 74 |
| Binary | 11010001 | 1100000 | 1110110 | 0 | 110110 | 101100 | 10010 | 101011100 | 110111 | 111100 |
Color Harmonies of #D16076
Complementary color
Monochromatic Colors of #D16076
Black with #D16076
Text Example
Text Example
White with #D16076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16076; }
p { color: rgb(209,96,118); }
H1.HeaderClassName
{
color: #D16076;
}
.AnyTagClassName
{
color: #D16076;
}
</style>
background-color css
<style>
a { background-color: #D16076; }
a { background-color: rgb(209,96,118); }
div.DivClassName
{
background-color: #D16076;
}
.BgClassName
{
background-color: #D16076;
}
</style>
border-color css
<style>
span { border-color: #D16076; }
span { border-color: rgb(209,96,118); }
td.TdClassName
{
border-color: #D16076;
}
.TagClassName
{
border-color: #D16076;
}
</style>