Shades of Cabaret #DC566C
Tints of Cabaret #DC566C
RGB
CMYK
RGB Variations
Color information
#DC566C (or 0xDC566C) is known color: Cabaret. HEX triplet: DC, 56 and 6C. RGB value is (220,86,108). Sum of RGB (Red+Green+Blue) = 220+86+108=414 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.14% from 414); Green value is 86 (33.98% from 255 or 20.77% from 414); Blue value is 108 (42.58% from 255 or 26.09% from 414); Max value from RGB is 220 - color contains mainly: red. Hex color #DC566C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC566C is #23A993. Grayscale: #808080. Windows color (decimal): -2337172 or 7100124. OLE color: 7100124.
HSL color Cylindrical-coordinate representation of color #DC566C: hue angle of 350.15º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DC566C is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 86 | 108 | - |
| CMYK | 0 | 0.61 | 0.51 | 0.14 |
| HSL | 350.15º | 0.66% | 0.6% | - |
| HSV(B) | 350.15º | 0.61% | 0.86% | - |
| XYZ | 35.55 | 22.95 | 16.74 | - |
| YUV | 128.57 | 116.39 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 86 | 108 | 0 | 0.61 | 0.51 | 0.14 | 350.15 | 0.66 | 0.6 |
| Hex | DC | 56 | 6C | 0 | 3D | 33 | E | 15E | 42 | 3C |
| Octal | 334 | 126 | 154 | 0 | 75 | 63 | 16 | 536 | 102 | 74 |
| Binary | 11011100 | 1010110 | 1101100 | 0 | 111101 | 110011 | 1110 | 101011110 | 1000010 | 111100 |
Color Harmonies of #DC566C
Complementary color
Monochromatic Colors of #DC566C
Black with #DC566C
Text Example
Text Example
White with #DC566C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC566C; }
p { color: rgb(220,86,108); }
H1.HeaderClassName
{
color: #DC566C;
}
.AnyTagClassName
{
color: #DC566C;
}
</style>
background-color css
<style>
a { background-color: #DC566C; }
a { background-color: rgb(220,86,108); }
div.DivClassName
{
background-color: #DC566C;
}
.BgClassName
{
background-color: #DC566C;
}
</style>
border-color css
<style>
span { border-color: #DC566C; }
span { border-color: rgb(220,86,108); }
td.TdClassName
{
border-color: #DC566C;
}
.TagClassName
{
border-color: #DC566C;
}
</style>