Shades of Cabaret #D16077
Tints of Cabaret #D16077
RGB
CMYK
RGB Variations
Color information
#D16077 (or 0xD16077) is known color: Cabaret. HEX triplet: D1, 60 and 77. RGB value is (209,96,119). Sum of RGB (Red+Green+Blue) = 209+96+119=424 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.29% from 424); Green value is 96 (37.89% from 255 or 22.64% from 424); Blue value is 119 (46.88% from 255 or 28.07% from 424); Max value from RGB is 209 - color contains mainly: red. Hex color #D16077 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16077 is #2E9F88. Grayscale: #848484. Windows color (decimal): -3055497 or 7823569. OLE color: 7823569.
HSL color Cylindrical-coordinate representation of color #D16077: hue angle of 347.79º 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 #D16077 is Cyan = 0, Magento = 0.54, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 96 | 119 | - |
| CMYK | 0 | 0.54 | 0.43 | 0.18 |
| HSL | 347.79º | 0.55% | 0.6% | - |
| HSV(B) | 347.79º | 0.54% | 0.82% | - |
| XYZ | 33.81 | 23.25 | 20.16 | - |
| YUV | 132.41 | 120.44 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 96 | 119 | 0 | 0.54 | 0.43 | 0.18 | 347.79 | 0.55 | 0.6 |
| Hex | D1 | 60 | 77 | 0 | 36 | 2B | 12 | 15C | 37 | 3C |
| Octal | 321 | 140 | 167 | 0 | 66 | 53 | 22 | 534 | 67 | 74 |
| Binary | 11010001 | 1100000 | 1110111 | 0 | 110110 | 101011 | 10010 | 101011100 | 110111 | 111100 |
Color Harmonies of #D16077
Complementary color
Monochromatic Colors of #D16077
Black with #D16077
Text Example
Text Example
White with #D16077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16077; }
p { color: rgb(209,96,119); }
H1.HeaderClassName
{
color: #D16077;
}
.AnyTagClassName
{
color: #D16077;
}
</style>
background-color css
<style>
a { background-color: #D16077; }
a { background-color: rgb(209,96,119); }
div.DivClassName
{
background-color: #D16077;
}
.BgClassName
{
background-color: #D16077;
}
</style>
border-color css
<style>
span { border-color: #D16077; }
span { border-color: rgb(209,96,119); }
td.TdClassName
{
border-color: #D16077;
}
.TagClassName
{
border-color: #D16077;
}
</style>