Shades of Cabaret #D16170
Tints of Cabaret #D16170
RGB
CMYK
RGB Variations
Color information
#D16170 (or 0xD16170) is known color: Cabaret. HEX triplet: D1, 61 and 70. RGB value is (209,97,112). Sum of RGB (Red+Green+Blue) = 209+97+112=418 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50% from 418); Green value is 97 (38.28% from 255 or 23.21% from 418); Blue value is 112 (44.14% from 255 or 26.79% from 418); Max value from RGB is 209 - color contains mainly: red. Hex color #D16170 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16170 is #2E9E8F. Grayscale: #848484. Windows color (decimal): -3055248 or 7365073. OLE color: 7365073.
HSL color Cylindrical-coordinate representation of color #D16170: hue angle of 351.96º 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 #D16170 is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 97 | 112 | - |
| CMYK | 0 | 0.54 | 0.46 | 0.18 |
| HSL | 351.96º | 0.55% | 0.6% | - |
| HSV(B) | 351.96º | 0.54% | 0.82% | - |
| XYZ | 33.49 | 23.27 | 18.06 | - |
| YUV | 132.2 | 116.61 | 182.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 97 | 112 | 0 | 0.54 | 0.46 | 0.18 | 351.96 | 0.55 | 0.6 |
| Hex | D1 | 61 | 70 | 0 | 36 | 2E | 12 | 160 | 37 | 3C |
| Octal | 321 | 141 | 160 | 0 | 66 | 56 | 22 | 540 | 67 | 74 |
| Binary | 11010001 | 1100001 | 1110000 | 0 | 110110 | 101110 | 10010 | 101100000 | 110111 | 111100 |
Color Harmonies of #D16170
Complementary color
Monochromatic Colors of #D16170
Black with #D16170
Text Example
Text Example
White with #D16170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16170; }
p { color: rgb(209,97,112); }
H1.HeaderClassName
{
color: #D16170;
}
.AnyTagClassName
{
color: #D16170;
}
</style>
background-color css
<style>
a { background-color: #D16170; }
a { background-color: rgb(209,97,112); }
div.DivClassName
{
background-color: #D16170;
}
.BgClassName
{
background-color: #D16170;
}
</style>
border-color css
<style>
span { border-color: #D16170; }
span { border-color: rgb(209,97,112); }
td.TdClassName
{
border-color: #D16170;
}
.TagClassName
{
border-color: #D16170;
}
</style>