Shades of Cabaret #D15567
Tints of Cabaret #D15567
RGB
CMYK
RGB Variations
Color information
#D15567 (or 0xD15567) is known color: Cabaret. HEX triplet: D1, 55 and 67. RGB value is (209,85,103). Sum of RGB (Red+Green+Blue) = 209+85+103=397 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.64% from 397); Green value is 85 (33.59% from 255 or 21.41% from 397); Blue value is 103 (40.62% from 255 or 25.94% from 397); Max value from RGB is 209 - color contains mainly: red. Hex color #D15567 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15567 is #2EAA98. Grayscale: #7C7C7C. Windows color (decimal): -3058329 or 6772177. OLE color: 6772177.
HSL color Cylindrical-coordinate representation of color #D15567: hue angle of 351.29º 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 #D15567 is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 85 | 103 | - |
| CMYK | 0 | 0.59 | 0.51 | 0.18 |
| HSL | 351.29º | 0.57% | 0.58% | - |
| HSV(B) | 351.29º | 0.59% | 0.82% | - |
| XYZ | 31.99 | 21.03 | 15.21 | - |
| YUV | 124.13 | 116.08 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 85 | 103 | 0 | 0.59 | 0.51 | 0.18 | 351.29 | 0.57 | 0.58 |
| Hex | D1 | 55 | 67 | 0 | 3B | 33 | 12 | 15F | 39 | 3A |
| Octal | 321 | 125 | 147 | 0 | 73 | 63 | 22 | 537 | 71 | 72 |
| Binary | 11010001 | 1010101 | 1100111 | 0 | 111011 | 110011 | 10010 | 101011111 | 111001 | 111010 |
Color Harmonies of #D15567
Complementary color
Monochromatic Colors of #D15567
Black with #D15567
Text Example
Text Example
White with #D15567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15567; }
p { color: rgb(209,85,103); }
H1.HeaderClassName
{
color: #D15567;
}
.AnyTagClassName
{
color: #D15567;
}
</style>
background-color css
<style>
a { background-color: #D15567; }
a { background-color: rgb(209,85,103); }
div.DivClassName
{
background-color: #D15567;
}
.BgClassName
{
background-color: #D15567;
}
</style>
border-color css
<style>
span { border-color: #D15567; }
span { border-color: rgb(209,85,103); }
td.TdClassName
{
border-color: #D15567;
}
.TagClassName
{
border-color: #D15567;
}
</style>