Shades of Cabaret #D16079
Tints of Cabaret #D16079
RGB
CMYK
RGB Variations
Color information
#D16079 (or 0xD16079) is known color: Cabaret. HEX triplet: D1, 60 and 79. RGB value is (209,96,121). Sum of RGB (Red+Green+Blue) = 209+96+121=426 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.06% from 426); Green value is 96 (37.89% from 255 or 22.54% from 426); Blue value is 121 (47.66% from 255 or 28.40% from 426); Max value from RGB is 209 - color contains mainly: red. Hex color #D16079 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16079 is #2E9F86. Grayscale: #848484. Windows color (decimal): -3055495 or 7954641. OLE color: 7954641.
HSL color Cylindrical-coordinate representation of color #D16079: hue angle of 346.73º 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 #D16079 is Cyan = 0, Magento = 0.54, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 96 | 121 | - |
| CMYK | 0 | 0.54 | 0.42 | 0.18 |
| HSL | 346.73º | 0.55% | 0.6% | - |
| HSV(B) | 346.73º | 0.54% | 0.82% | - |
| XYZ | 33.93 | 23.3 | 20.8 | - |
| YUV | 132.64 | 121.44 | 182.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 96 | 121 | 0 | 0.54 | 0.42 | 0.18 | 346.73 | 0.55 | 0.6 |
| Hex | D1 | 60 | 79 | 0 | 36 | 2A | 12 | 15B | 37 | 3C |
| Octal | 321 | 140 | 171 | 0 | 66 | 52 | 22 | 533 | 67 | 74 |
| Binary | 11010001 | 1100000 | 1111001 | 0 | 110110 | 101010 | 10010 | 101011011 | 110111 | 111100 |
Color Harmonies of #D16079
Complementary color
Monochromatic Colors of #D16079
Black with #D16079
Text Example
Text Example
White with #D16079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16079; }
p { color: rgb(209,96,121); }
H1.HeaderClassName
{
color: #D16079;
}
.AnyTagClassName
{
color: #D16079;
}
</style>
background-color css
<style>
a { background-color: #D16079; }
a { background-color: rgb(209,96,121); }
div.DivClassName
{
background-color: #D16079;
}
.BgClassName
{
background-color: #D16079;
}
</style>
border-color css
<style>
span { border-color: #D16079; }
span { border-color: rgb(209,96,121); }
td.TdClassName
{
border-color: #D16079;
}
.TagClassName
{
border-color: #D16079;
}
</style>