Shades of Cabaret #DC566A
Tints of Cabaret #DC566A
RGB
CMYK
RGB Variations
Color information
#DC566A (or 0xDC566A) is known color: Cabaret. HEX triplet: DC, 56 and 6A. RGB value is (220,86,106). Sum of RGB (Red+Green+Blue) = 220+86+106=412 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.40% from 412); Green value is 86 (33.98% from 255 or 20.87% from 412); Blue value is 106 (41.80% from 255 or 25.73% from 412); Max value from RGB is 220 - color contains mainly: red. Hex color #DC566A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC566A is #23A995. Grayscale: #808080. Windows color (decimal): -2337174 or 6969052. OLE color: 6969052.
HSL color Cylindrical-coordinate representation of color #DC566A: hue angle of 351.04º 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 #DC566A is Cyan = 0, Magento = 0.61, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 86 | 106 | - |
| CMYK | 0 | 0.61 | 0.52 | 0.14 |
| HSL | 351.04º | 0.66% | 0.6% | - |
| HSV(B) | 351.04º | 0.61% | 0.86% | - |
| XYZ | 35.44 | 22.91 | 16.19 | - |
| YUV | 128.35 | 115.39 | 193.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 86 | 106 | 0 | 0.61 | 0.52 | 0.14 | 351.04 | 0.66 | 0.6 |
| Hex | DC | 56 | 6A | 0 | 3D | 34 | E | 15F | 42 | 3C |
| Octal | 334 | 126 | 152 | 0 | 75 | 64 | 16 | 537 | 102 | 74 |
| Binary | 11011100 | 1010110 | 1101010 | 0 | 111101 | 110100 | 1110 | 101011111 | 1000010 | 111100 |
Color Harmonies of #DC566A
Complementary color
Monochromatic Colors of #DC566A
Black with #DC566A
Text Example
Text Example
White with #DC566A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC566A; }
p { color: rgb(220,86,106); }
H1.HeaderClassName
{
color: #DC566A;
}
.AnyTagClassName
{
color: #DC566A;
}
</style>
background-color css
<style>
a { background-color: #DC566A; }
a { background-color: rgb(220,86,106); }
div.DivClassName
{
background-color: #DC566A;
}
.BgClassName
{
background-color: #DC566A;
}
</style>
border-color css
<style>
span { border-color: #DC566A; }
span { border-color: rgb(220,86,106); }
td.TdClassName
{
border-color: #DC566A;
}
.TagClassName
{
border-color: #DC566A;
}
</style>