Shades of Cabaret #D15966
Tints of Cabaret #D15966
RGB
CMYK
RGB Variations
Color information
#D15966 (or 0xD15966) is known color: Cabaret. HEX triplet: D1, 59 and 66. RGB value is (209,89,102). Sum of RGB (Red+Green+Blue) = 209+89+102=400 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.25% from 400); Green value is 89 (35.16% from 255 or 22.25% from 400); Blue value is 102 (40.23% from 255 or 25.5% from 400); Max value from RGB is 209 - color contains mainly: red. Hex color #D15966 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15966 is #2EA699. Grayscale: #7E7E7E. Windows color (decimal): -3057306 or 6707665. OLE color: 6707665.
HSL color Cylindrical-coordinate representation of color #D15966: hue angle of 353.5º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D15966 is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 89 | 102 | - |
| CMYK | 0 | 0.57 | 0.51 | 0.18 |
| HSL | 353.5º | 0.57% | 0.58% | - |
| HSV(B) | 353.5º | 0.57% | 0.82% | - |
| XYZ | 32.27 | 21.66 | 15.05 | - |
| YUV | 126.36 | 114.26 | 186.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 89 | 102 | 0 | 0.57 | 0.51 | 0.18 | 353.5 | 0.57 | 0.58 |
| Hex | D1 | 59 | 66 | 0 | 39 | 33 | 12 | 162 | 39 | 3A |
| Octal | 321 | 131 | 146 | 0 | 71 | 63 | 22 | 542 | 71 | 72 |
| Binary | 11010001 | 1011001 | 1100110 | 0 | 111001 | 110011 | 10010 | 101100010 | 111001 | 111010 |
Color Harmonies of #D15966
Complementary color
Monochromatic Colors of #D15966
Black with #D15966
Text Example
Text Example
White with #D15966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15966; }
p { color: rgb(209,89,102); }
H1.HeaderClassName
{
color: #D15966;
}
.AnyTagClassName
{
color: #D15966;
}
</style>
background-color css
<style>
a { background-color: #D15966; }
a { background-color: rgb(209,89,102); }
div.DivClassName
{
background-color: #D15966;
}
.BgClassName
{
background-color: #D15966;
}
</style>
border-color css
<style>
span { border-color: #D15966; }
span { border-color: rgb(209,89,102); }
td.TdClassName
{
border-color: #D15966;
}
.TagClassName
{
border-color: #D15966;
}
</style>