Shades of Cabaret #D15676
Tints of Cabaret #D15676
RGB
CMYK
RGB Variations
Color information
#D15676 (or 0xD15676) is known color: Cabaret. HEX triplet: D1, 56 and 76. RGB value is (209,86,118). Sum of RGB (Red+Green+Blue) = 209+86+118=413 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.61% from 413); Green value is 86 (33.98% from 255 or 20.82% from 413); Blue value is 118 (46.48% from 255 or 28.57% from 413); Max value from RGB is 209 - color contains mainly: red. Hex color #D15676 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15676 is #2EA989. Grayscale: #7E7E7E. Windows color (decimal): -3058058 or 7755473. OLE color: 7755473.
HSL color Cylindrical-coordinate representation of color #D15676: hue angle of 344.39º 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 #D15676 is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 86 | 118 | - |
| CMYK | 0 | 0.59 | 0.44 | 0.18 |
| HSL | 344.39º | 0.57% | 0.58% | - |
| HSV(B) | 344.39º | 0.59% | 0.82% | - |
| XYZ | 32.89 | 21.52 | 19.56 | - |
| YUV | 126.43 | 123.25 | 186.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 86 | 118 | 0 | 0.59 | 0.44 | 0.18 | 344.39 | 0.57 | 0.58 |
| Hex | D1 | 56 | 76 | 0 | 3B | 2C | 12 | 158 | 39 | 3A |
| Octal | 321 | 126 | 166 | 0 | 73 | 54 | 22 | 530 | 71 | 72 |
| Binary | 11010001 | 1010110 | 1110110 | 0 | 111011 | 101100 | 10010 | 101011000 | 111001 | 111010 |
Color Harmonies of #D15676
Complementary color
Monochromatic Colors of #D15676
Black with #D15676
Text Example
Text Example
White with #D15676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15676; }
p { color: rgb(209,86,118); }
H1.HeaderClassName
{
color: #D15676;
}
.AnyTagClassName
{
color: #D15676;
}
</style>
background-color css
<style>
a { background-color: #D15676; }
a { background-color: rgb(209,86,118); }
div.DivClassName
{
background-color: #D15676;
}
.BgClassName
{
background-color: #D15676;
}
</style>
border-color css
<style>
span { border-color: #D15676; }
span { border-color: rgb(209,86,118); }
td.TdClassName
{
border-color: #D15676;
}
.TagClassName
{
border-color: #D15676;
}
</style>