Shades of Cabaret #D1556C
Tints of Cabaret #D1556C
RGB
CMYK
RGB Variations
Color information
#D1556C (or 0xD1556C) is known color: Cabaret. HEX triplet: D1, 55 and 6C. RGB value is (209,85,108). Sum of RGB (Red+Green+Blue) = 209+85+108=402 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.99% from 402); Green value is 85 (33.59% from 255 or 21.14% from 402); Blue value is 108 (42.58% from 255 or 26.87% from 402); Max value from RGB is 209 - color contains mainly: red. Hex color #D1556C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1556C is #2EAA93. Grayscale: #7C7C7C. Windows color (decimal): -3058324 or 7099857. OLE color: 7099857.
HSL color Cylindrical-coordinate representation of color #D1556C: hue angle of 348.87º 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 #D1556C is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 85 | 108 | - |
| CMYK | 0 | 0.59 | 0.48 | 0.18 |
| HSL | 348.87º | 0.57% | 0.58% | - |
| HSV(B) | 348.87º | 0.59% | 0.82% | - |
| XYZ | 32.25 | 21.14 | 16.57 | - |
| YUV | 124.7 | 118.58 | 188.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 85 | 108 | 0 | 0.59 | 0.48 | 0.18 | 348.87 | 0.57 | 0.58 |
| Hex | D1 | 55 | 6C | 0 | 3B | 30 | 12 | 15D | 39 | 3A |
| Octal | 321 | 125 | 154 | 0 | 73 | 60 | 22 | 535 | 71 | 72 |
| Binary | 11010001 | 1010101 | 1101100 | 0 | 111011 | 110000 | 10010 | 101011101 | 111001 | 111010 |
Color Harmonies of #D1556C
Complementary color
Monochromatic Colors of #D1556C
Black with #D1556C
Text Example
Text Example
White with #D1556C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1556C; }
p { color: rgb(209,85,108); }
H1.HeaderClassName
{
color: #D1556C;
}
.AnyTagClassName
{
color: #D1556C;
}
</style>
background-color css
<style>
a { background-color: #D1556C; }
a { background-color: rgb(209,85,108); }
div.DivClassName
{
background-color: #D1556C;
}
.BgClassName
{
background-color: #D1556C;
}
</style>
border-color css
<style>
span { border-color: #D1556C; }
span { border-color: rgb(209,85,108); }
td.TdClassName
{
border-color: #D1556C;
}
.TagClassName
{
border-color: #D1556C;
}
</style>