Shades of Cabaret #D16178
Tints of Cabaret #D16178
RGB
CMYK
RGB Variations
Color information
#D16178 (or 0xD16178) is known color: Cabaret. HEX triplet: D1, 61 and 78. RGB value is (209,97,120). Sum of RGB (Red+Green+Blue) = 209+97+120=426 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.06% from 426); Green value is 97 (38.28% from 255 or 22.77% from 426); Blue value is 120 (47.27% from 255 or 28.17% from 426); Max value from RGB is 209 - color contains mainly: red. Hex color #D16178 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16178 is #2E9E87. Grayscale: #858585. Windows color (decimal): -3055240 or 7889361. OLE color: 7889361.
HSL color Cylindrical-coordinate representation of color #D16178: hue angle of 347.68º 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 #D16178 is Cyan = 0, Magento = 0.54, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 97 | 120 | - |
| CMYK | 0 | 0.54 | 0.43 | 0.18 |
| HSL | 347.68º | 0.55% | 0.6% | - |
| HSV(B) | 347.68º | 0.54% | 0.82% | - |
| XYZ | 33.96 | 23.46 | 20.51 | - |
| YUV | 133.11 | 120.61 | 182.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 97 | 120 | 0 | 0.54 | 0.43 | 0.18 | 347.68 | 0.55 | 0.6 |
| Hex | D1 | 61 | 78 | 0 | 36 | 2B | 12 | 15C | 37 | 3C |
| Octal | 321 | 141 | 170 | 0 | 66 | 53 | 22 | 534 | 67 | 74 |
| Binary | 11010001 | 1100001 | 1111000 | 0 | 110110 | 101011 | 10010 | 101011100 | 110111 | 111100 |
Color Harmonies of #D16178
Complementary color
Monochromatic Colors of #D16178
Black with #D16178
Text Example
Text Example
White with #D16178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16178; }
p { color: rgb(209,97,120); }
H1.HeaderClassName
{
color: #D16178;
}
.AnyTagClassName
{
color: #D16178;
}
</style>
background-color css
<style>
a { background-color: #D16178; }
a { background-color: rgb(209,97,120); }
div.DivClassName
{
background-color: #D16178;
}
.BgClassName
{
background-color: #D16178;
}
</style>
border-color css
<style>
span { border-color: #D16178; }
span { border-color: rgb(209,97,120); }
td.TdClassName
{
border-color: #D16178;
}
.TagClassName
{
border-color: #D16178;
}
</style>