Shades of Cabaret #D3566C
Tints of Cabaret #D3566C
RGB
CMYK
RGB Variations
Color information
#D3566C (or 0xD3566C) is known color: Cabaret. HEX triplet: D3, 56 and 6C. RGB value is (211,86,108). Sum of RGB (Red+Green+Blue) = 211+86+108=405 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.10% from 405); Green value is 86 (33.98% from 255 or 21.23% from 405); Blue value is 108 (42.58% from 255 or 26.67% from 405); Max value from RGB is 211 - color contains mainly: red. Hex color #D3566C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3566C is #2CA993. Grayscale: #7D7D7D. Windows color (decimal): -2926996 or 7100115. OLE color: 7100115.
HSL color Cylindrical-coordinate representation of color #D3566C: hue angle of 349.44º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D3566C is Cyan = 0, Magento = 0.59, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 86 | 108 | - |
| CMYK | 0 | 0.59 | 0.49 | 0.17 |
| HSL | 349.44º | 0.59% | 0.58% | - |
| HSV(B) | 349.44º | 0.59% | 0.83% | - |
| XYZ | 32.9 | 21.59 | 16.62 | - |
| YUV | 125.88 | 117.91 | 188.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 86 | 108 | 0 | 0.59 | 0.49 | 0.17 | 349.44 | 0.59 | 0.58 |
| Hex | D3 | 56 | 6C | 0 | 3B | 31 | 11 | 15D | 3B | 3A |
| Octal | 323 | 126 | 154 | 0 | 73 | 61 | 21 | 535 | 73 | 72 |
| Binary | 11010011 | 1010110 | 1101100 | 0 | 111011 | 110001 | 10001 | 101011101 | 111011 | 111010 |
Color Harmonies of #D3566C
Complementary color
Monochromatic Colors of #D3566C
Black with #D3566C
Text Example
Text Example
White with #D3566C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3566C; }
p { color: rgb(211,86,108); }
H1.HeaderClassName
{
color: #D3566C;
}
.AnyTagClassName
{
color: #D3566C;
}
</style>
background-color css
<style>
a { background-color: #D3566C; }
a { background-color: rgb(211,86,108); }
div.DivClassName
{
background-color: #D3566C;
}
.BgClassName
{
background-color: #D3566C;
}
</style>
border-color css
<style>
span { border-color: #D3566C; }
span { border-color: rgb(211,86,108); }
td.TdClassName
{
border-color: #D3566C;
}
.TagClassName
{
border-color: #D3566C;
}
</style>