Shades of Cabaret #D16072
Tints of Cabaret #D16072
RGB
CMYK
RGB Variations
Color information
#D16072 (or 0xD16072) is known color: Cabaret. HEX triplet: D1, 60 and 72. RGB value is (209,96,114). Sum of RGB (Red+Green+Blue) = 209+96+114=419 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.88% from 419); Green value is 96 (37.89% from 255 or 22.91% from 419); Blue value is 114 (44.92% from 255 or 27.21% from 419); Max value from RGB is 209 - color contains mainly: red. Hex color #D16072 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16072 is #2E9F8D. Grayscale: #838383. Windows color (decimal): -3055502 or 7495889. OLE color: 7495889.
HSL color Cylindrical-coordinate representation of color #D16072: hue angle of 350.44º 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 #D16072 is Cyan = 0, Magento = 0.54, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 96 | 114 | - |
| CMYK | 0 | 0.54 | 0.45 | 0.18 |
| HSL | 350.44º | 0.55% | 0.6% | - |
| HSV(B) | 350.44º | 0.54% | 0.82% | - |
| XYZ | 33.51 | 23.14 | 18.62 | - |
| YUV | 131.84 | 117.94 | 183.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 96 | 114 | 0 | 0.54 | 0.45 | 0.18 | 350.44 | 0.55 | 0.6 |
| Hex | D1 | 60 | 72 | 0 | 36 | 2D | 12 | 15E | 37 | 3C |
| Octal | 321 | 140 | 162 | 0 | 66 | 55 | 22 | 536 | 67 | 74 |
| Binary | 11010001 | 1100000 | 1110010 | 0 | 110110 | 101101 | 10010 | 101011110 | 110111 | 111100 |
Color Harmonies of #D16072
Complementary color
Monochromatic Colors of #D16072
Black with #D16072
Text Example
Text Example
White with #D16072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16072; }
p { color: rgb(209,96,114); }
H1.HeaderClassName
{
color: #D16072;
}
.AnyTagClassName
{
color: #D16072;
}
</style>
background-color css
<style>
a { background-color: #D16072; }
a { background-color: rgb(209,96,114); }
div.DivClassName
{
background-color: #D16072;
}
.BgClassName
{
background-color: #D16072;
}
</style>
border-color css
<style>
span { border-color: #D16072; }
span { border-color: rgb(209,96,114); }
td.TdClassName
{
border-color: #D16072;
}
.TagClassName
{
border-color: #D16072;
}
</style>