Shades of Cabaret #D1566F
Tints of Cabaret #D1566F
RGB
CMYK
RGB Variations
Color information
#D1566F (or 0xD1566F) is known color: Cabaret. HEX triplet: D1, 56 and 6F. RGB value is (209,86,111). Sum of RGB (Red+Green+Blue) = 209+86+111=406 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.48% from 406); Green value is 86 (33.98% from 255 or 21.18% from 406); Blue value is 111 (43.75% from 255 or 27.34% from 406); Max value from RGB is 209 - color contains mainly: red. Hex color #D1566F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1566F is #2EA990. Grayscale: #7D7D7D. Windows color (decimal): -3058065 or 7296721. OLE color: 7296721.
HSL color Cylindrical-coordinate representation of color #D1566F: hue angle of 347.8º 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 #D1566F is Cyan = 0, Magento = 0.59, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 86 | 111 | - |
| CMYK | 0 | 0.59 | 0.47 | 0.18 |
| HSL | 347.8º | 0.57% | 0.58% | - |
| HSV(B) | 347.8º | 0.59% | 0.82% | - |
| XYZ | 32.49 | 21.36 | 17.45 | - |
| YUV | 125.63 | 119.75 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 86 | 111 | 0 | 0.59 | 0.47 | 0.18 | 347.8 | 0.57 | 0.58 |
| Hex | D1 | 56 | 6F | 0 | 3B | 2F | 12 | 15C | 39 | 3A |
| Octal | 321 | 126 | 157 | 0 | 73 | 57 | 22 | 534 | 71 | 72 |
| Binary | 11010001 | 1010110 | 1101111 | 0 | 111011 | 101111 | 10010 | 101011100 | 111001 | 111010 |
Color Harmonies of #D1566F
Complementary color
Monochromatic Colors of #D1566F
Black with #D1566F
Text Example
Text Example
White with #D1566F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1566F; }
p { color: rgb(209,86,111); }
H1.HeaderClassName
{
color: #D1566F;
}
.AnyTagClassName
{
color: #D1566F;
}
</style>
background-color css
<style>
a { background-color: #D1566F; }
a { background-color: rgb(209,86,111); }
div.DivClassName
{
background-color: #D1566F;
}
.BgClassName
{
background-color: #D1566F;
}
</style>
border-color css
<style>
span { border-color: #D1566F; }
span { border-color: rgb(209,86,111); }
td.TdClassName
{
border-color: #D1566F;
}
.TagClassName
{
border-color: #D1566F;
}
</style>