Shades of Cabaret #D15671
Tints of Cabaret #D15671
RGB
CMYK
RGB Variations
Color information
#D15671 (or 0xD15671) is known color: Cabaret. HEX triplet: D1, 56 and 71. RGB value is (209,86,113). Sum of RGB (Red+Green+Blue) = 209+86+113=408 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.23% from 408); Green value is 86 (33.98% from 255 or 21.08% from 408); Blue value is 113 (44.53% from 255 or 27.70% from 408); Max value from RGB is 209 - color contains mainly: red. Hex color #D15671 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15671 is #2EA98E. Grayscale: #7D7D7D. Windows color (decimal): -3058063 or 7427793. OLE color: 7427793.
HSL color Cylindrical-coordinate representation of color #D15671: hue angle of 346.83º 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 #D15671 is Cyan = 0, Magento = 0.59, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 86 | 113 | - |
| CMYK | 0 | 0.59 | 0.46 | 0.18 |
| HSL | 346.83º | 0.57% | 0.58% | - |
| HSV(B) | 346.83º | 0.59% | 0.82% | - |
| XYZ | 32.6 | 21.4 | 18.04 | - |
| YUV | 125.86 | 120.75 | 187.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 86 | 113 | 0 | 0.59 | 0.46 | 0.18 | 346.83 | 0.57 | 0.58 |
| Hex | D1 | 56 | 71 | 0 | 3B | 2E | 12 | 15B | 39 | 3A |
| Octal | 321 | 126 | 161 | 0 | 73 | 56 | 22 | 533 | 71 | 72 |
| Binary | 11010001 | 1010110 | 1110001 | 0 | 111011 | 101110 | 10010 | 101011011 | 111001 | 111010 |
Color Harmonies of #D15671
Complementary color
Monochromatic Colors of #D15671
Black with #D15671
Text Example
Text Example
White with #D15671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15671; }
p { color: rgb(209,86,113); }
H1.HeaderClassName
{
color: #D15671;
}
.AnyTagClassName
{
color: #D15671;
}
</style>
background-color css
<style>
a { background-color: #D15671; }
a { background-color: rgb(209,86,113); }
div.DivClassName
{
background-color: #D15671;
}
.BgClassName
{
background-color: #D15671;
}
</style>
border-color css
<style>
span { border-color: #D15671; }
span { border-color: rgb(209,86,113); }
td.TdClassName
{
border-color: #D15671;
}
.TagClassName
{
border-color: #D15671;
}
</style>