Shades of Cabaret #DC556A
Tints of Cabaret #DC556A
RGB
CMYK
RGB Variations
Color information
#DC556A (or 0xDC556A) is known color: Cabaret. HEX triplet: DC, 55 and 6A. RGB value is (220,85,106). Sum of RGB (Red+Green+Blue) = 220+85+106=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 85 (33.59% from 255 or 20.68% from 411); Blue value is 106 (41.80% from 255 or 25.79% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DC556A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC556A is #23AA95. Grayscale: #7F7F7F. Windows color (decimal): -2337430 or 6968796. OLE color: 6968796.
HSL color Cylindrical-coordinate representation of color #DC556A: hue angle of 350.67º 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 #DC556A is Cyan = 0, Magento = 0.61, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 85 | 106 | - |
| CMYK | 0 | 0.61 | 0.52 | 0.14 |
| HSL | 350.67º | 0.66% | 0.6% | - |
| HSV(B) | 350.67º | 0.61% | 0.86% | - |
| XYZ | 35.37 | 22.75 | 16.16 | - |
| YUV | 127.76 | 115.73 | 193.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 85 | 106 | 0 | 0.61 | 0.52 | 0.14 | 350.67 | 0.66 | 0.6 |
| Hex | DC | 55 | 6A | 0 | 3D | 34 | E | 15F | 42 | 3C |
| Octal | 334 | 125 | 152 | 0 | 75 | 64 | 16 | 537 | 102 | 74 |
| Binary | 11011100 | 1010101 | 1101010 | 0 | 111101 | 110100 | 1110 | 101011111 | 1000010 | 111100 |
Color Harmonies of #DC556A
Complementary color
Monochromatic Colors of #DC556A
Black with #DC556A
Text Example
Text Example
White with #DC556A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC556A; }
p { color: rgb(220,85,106); }
H1.HeaderClassName
{
color: #DC556A;
}
.AnyTagClassName
{
color: #DC556A;
}
</style>
background-color css
<style>
a { background-color: #DC556A; }
a { background-color: rgb(220,85,106); }
div.DivClassName
{
background-color: #DC556A;
}
.BgClassName
{
background-color: #DC556A;
}
</style>
border-color css
<style>
span { border-color: #DC556A; }
span { border-color: rgb(220,85,106); }
td.TdClassName
{
border-color: #DC556A;
}
.TagClassName
{
border-color: #DC556A;
}
</style>