Shades of Cabaret #D15666
Tints of Cabaret #D15666
RGB
CMYK
RGB Variations
Color information
#D15666 (or 0xD15666) is known color: Cabaret. HEX triplet: D1, 56 and 66. RGB value is (209,86,102). Sum of RGB (Red+Green+Blue) = 209+86+102=397 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.64% from 397); Green value is 86 (33.98% from 255 or 21.66% from 397); Blue value is 102 (40.23% from 255 or 25.69% from 397); Max value from RGB is 209 - color contains mainly: red. Hex color #D15666 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15666 is #2EA999. Grayscale: #7C7C7C. Windows color (decimal): -3058074 or 6706897. OLE color: 6706897.
HSL color Cylindrical-coordinate representation of color #D15666: hue angle of 352.2º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D15666 is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 86 | 102 | - |
| CMYK | 0 | 0.59 | 0.51 | 0.18 |
| HSL | 352.2º | 0.57% | 0.58% | - |
| HSV(B) | 352.2º | 0.59% | 0.82% | - |
| XYZ | 32.02 | 21.17 | 14.97 | - |
| YUV | 124.6 | 115.25 | 188.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 86 | 102 | 0 | 0.59 | 0.51 | 0.18 | 352.2 | 0.57 | 0.58 |
| Hex | D1 | 56 | 66 | 0 | 3B | 33 | 12 | 160 | 39 | 3A |
| Octal | 321 | 126 | 146 | 0 | 73 | 63 | 22 | 540 | 71 | 72 |
| Binary | 11010001 | 1010110 | 1100110 | 0 | 111011 | 110011 | 10010 | 101100000 | 111001 | 111010 |
Color Harmonies of #D15666
Complementary color
Monochromatic Colors of #D15666
Black with #D15666
Text Example
Text Example
White with #D15666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15666; }
p { color: rgb(209,86,102); }
H1.HeaderClassName
{
color: #D15666;
}
.AnyTagClassName
{
color: #D15666;
}
</style>
background-color css
<style>
a { background-color: #D15666; }
a { background-color: rgb(209,86,102); }
div.DivClassName
{
background-color: #D15666;
}
.BgClassName
{
background-color: #D15666;
}
</style>
border-color css
<style>
span { border-color: #D15666; }
span { border-color: rgb(209,86,102); }
td.TdClassName
{
border-color: #D15666;
}
.TagClassName
{
border-color: #D15666;
}
</style>