Shades of Cabaret #DC586A
Tints of Cabaret #DC586A
RGB
CMYK
RGB Variations
Color information
#DC586A (or 0xDC586A) is known color: Cabaret. HEX triplet: DC, 58 and 6A. RGB value is (220,88,106). Sum of RGB (Red+Green+Blue) = 220+88+106=414 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.14% from 414); Green value is 88 (34.77% from 255 or 21.26% from 414); Blue value is 106 (41.80% from 255 or 25.60% from 414); Max value from RGB is 220 - color contains mainly: red. Hex color #DC586A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC586A is #23A795. Grayscale: #818181. Windows color (decimal): -2336662 or 6969564. OLE color: 6969564.
HSL color Cylindrical-coordinate representation of color #DC586A: hue angle of 351.82º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC586A is Cyan = 0, Magento = 0.6, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 88 | 106 | - |
| CMYK | 0 | 0.6 | 0.52 | 0.14 |
| HSL | 351.82º | 0.65% | 0.6% | - |
| HSV(B) | 351.82º | 0.6% | 0.86% | - |
| XYZ | 35.61 | 23.24 | 16.24 | - |
| YUV | 129.52 | 114.73 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 88 | 106 | 0 | 0.6 | 0.52 | 0.14 | 351.82 | 0.65 | 0.6 |
| Hex | DC | 58 | 6A | 0 | 3C | 34 | E | 160 | 41 | 3C |
| Octal | 334 | 130 | 152 | 0 | 74 | 64 | 16 | 540 | 101 | 74 |
| Binary | 11011100 | 1011000 | 1101010 | 0 | 111100 | 110100 | 1110 | 101100000 | 1000001 | 111100 |
Color Harmonies of #DC586A
Complementary color
Monochromatic Colors of #DC586A
Black with #DC586A
Text Example
Text Example
White with #DC586A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC586A; }
p { color: rgb(220,88,106); }
H1.HeaderClassName
{
color: #DC586A;
}
.AnyTagClassName
{
color: #DC586A;
}
</style>
background-color css
<style>
a { background-color: #DC586A; }
a { background-color: rgb(220,88,106); }
div.DivClassName
{
background-color: #DC586A;
}
.BgClassName
{
background-color: #DC586A;
}
</style>
border-color css
<style>
span { border-color: #DC586A; }
span { border-color: rgb(220,88,106); }
td.TdClassName
{
border-color: #DC586A;
}
.TagClassName
{
border-color: #DC586A;
}
</style>