Shades of Cabaret #DC586C
Tints of Cabaret #DC586C
RGB
CMYK
RGB Variations
Color information
#DC586C (or 0xDC586C) is known color: Cabaret. HEX triplet: DC, 58 and 6C. RGB value is (220,88,108). Sum of RGB (Red+Green+Blue) = 220+88+108=416 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.88% from 416); Green value is 88 (34.77% from 255 or 21.15% from 416); Blue value is 108 (42.58% from 255 or 25.96% from 416); Max value from RGB is 220 - color contains mainly: red. Hex color #DC586C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC586C is #23A793. Grayscale: #818181. Windows color (decimal): -2336660 or 7100636. OLE color: 7100636.
HSL color Cylindrical-coordinate representation of color #DC586C: hue angle of 350.91º 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 #DC586C is Cyan = 0, Magento = 0.6, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 88 | 108 | - |
| CMYK | 0 | 0.6 | 0.51 | 0.14 |
| HSL | 350.91º | 0.65% | 0.6% | - |
| HSV(B) | 350.91º | 0.6% | 0.86% | - |
| XYZ | 35.71 | 23.28 | 16.8 | - |
| YUV | 129.75 | 115.73 | 192.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 88 | 108 | 0 | 0.6 | 0.51 | 0.14 | 350.91 | 0.65 | 0.6 |
| Hex | DC | 58 | 6C | 0 | 3C | 33 | E | 15F | 41 | 3C |
| Octal | 334 | 130 | 154 | 0 | 74 | 63 | 16 | 537 | 101 | 74 |
| Binary | 11011100 | 1011000 | 1101100 | 0 | 111100 | 110011 | 1110 | 101011111 | 1000001 | 111100 |
Color Harmonies of #DC586C
Complementary color
Monochromatic Colors of #DC586C
Black with #DC586C
Text Example
Text Example
White with #DC586C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC586C; }
p { color: rgb(220,88,108); }
H1.HeaderClassName
{
color: #DC586C;
}
.AnyTagClassName
{
color: #DC586C;
}
</style>
background-color css
<style>
a { background-color: #DC586C; }
a { background-color: rgb(220,88,108); }
div.DivClassName
{
background-color: #DC586C;
}
.BgClassName
{
background-color: #DC586C;
}
</style>
border-color css
<style>
span { border-color: #DC586C; }
span { border-color: rgb(220,88,108); }
td.TdClassName
{
border-color: #DC586C;
}
.TagClassName
{
border-color: #DC586C;
}
</style>