Shades of Cabaret #D15166
Tints of Cabaret #D15166
RGB
CMYK
RGB Variations
Color information
#D15166 (or 0xD15166) is known color: Cabaret. HEX triplet: D1, 51 and 66. RGB value is (209,81,102). Sum of RGB (Red+Green+Blue) = 209+81+102=392 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.32% from 392); Green value is 81 (32.03% from 255 or 20.66% from 392); Blue value is 102 (40.23% from 255 or 26.02% from 392); Max value from RGB is 209 - color contains mainly: red. Hex color #D15166 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15166 is #2EAE99. Grayscale: #797979. Windows color (decimal): -3059354 or 6705617. OLE color: 6705617.
HSL color Cylindrical-coordinate representation of color #D15166: hue angle of 350.16º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D15166 is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 81 | 102 | - |
| CMYK | 0 | 0.61 | 0.51 | 0.18 |
| HSL | 350.16º | 0.58% | 0.57% | - |
| HSV(B) | 350.16º | 0.61% | 0.82% | - |
| XYZ | 31.64 | 20.4 | 14.84 | - |
| YUV | 121.67 | 116.91 | 190.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 81 | 102 | 0 | 0.61 | 0.51 | 0.18 | 350.16 | 0.58 | 0.57 |
| Hex | D1 | 51 | 66 | 0 | 3D | 33 | 12 | 15E | 3A | 39 |
| Octal | 321 | 121 | 146 | 0 | 75 | 63 | 22 | 536 | 72 | 71 |
| Binary | 11010001 | 1010001 | 1100110 | 0 | 111101 | 110011 | 10010 | 101011110 | 111010 | 111001 |
Color Harmonies of #D15166
Complementary color
Monochromatic Colors of #D15166
Black with #D15166
Text Example
Text Example
White with #D15166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15166; }
p { color: rgb(209,81,102); }
H1.HeaderClassName
{
color: #D15166;
}
.AnyTagClassName
{
color: #D15166;
}
</style>
background-color css
<style>
a { background-color: #D15166; }
a { background-color: rgb(209,81,102); }
div.DivClassName
{
background-color: #D15166;
}
.BgClassName
{
background-color: #D15166;
}
</style>
border-color css
<style>
span { border-color: #D15166; }
span { border-color: rgb(209,81,102); }
td.TdClassName
{
border-color: #D15166;
}
.TagClassName
{
border-color: #D15166;
}
</style>