Shades of Cabaret #DC576C
Tints of Cabaret #DC576C
RGB
CMYK
RGB Variations
Color information
#DC576C (or 0xDC576C) is known color: Cabaret. HEX triplet: DC, 57 and 6C. RGB value is (220,87,108). Sum of RGB (Red+Green+Blue) = 220+87+108=415 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.01% from 415); Green value is 87 (34.38% from 255 or 20.96% from 415); Blue value is 108 (42.58% from 255 or 26.02% from 415); Max value from RGB is 220 - color contains mainly: red. Hex color #DC576C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC576C is #23A893. Grayscale: #818181. Windows color (decimal): -2336916 or 7100380. OLE color: 7100380.
HSL color Cylindrical-coordinate representation of color #DC576C: hue angle of 350.53º degrees, saturation: 0.66, 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 #DC576C is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 87 | 108 | - |
| CMYK | 0 | 0.60 | 0.51 | 0.14 |
| HSL | 350.53º | 0.66% | 0.6% | - |
| HSV(B) | 350.53º | 0.6% | 0.86% | - |
| XYZ | 35.63 | 23.11 | 16.77 | - |
| YUV | 129.16 | 116.06 | 192.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 87 | 108 | 0 | 0.60 | 0.51 | 0.14 | 350.53 | 0.66 | 0.6 |
| Hex | DC | 57 | 6C | 0 | 3C | 33 | E | 15F | 42 | 3C |
| Octal | 334 | 127 | 154 | 0 | 74 | 63 | 16 | 537 | 102 | 74 |
| Binary | 11011100 | 1010111 | 1101100 | 0 | 111100 | 110011 | 1110 | 101011111 | 1000010 | 111100 |
Color Harmonies of #DC576C
Complementary color
Monochromatic Colors of #DC576C
Black with #DC576C
Text Example
Text Example
White with #DC576C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC576C; }
p { color: rgb(220,87,108); }
H1.HeaderClassName
{
color: #DC576C;
}
.AnyTagClassName
{
color: #DC576C;
}
</style>
background-color css
<style>
a { background-color: #DC576C; }
a { background-color: rgb(220,87,108); }
div.DivClassName
{
background-color: #DC576C;
}
.BgClassName
{
background-color: #DC576C;
}
</style>
border-color css
<style>
span { border-color: #DC576C; }
span { border-color: rgb(220,87,108); }
td.TdClassName
{
border-color: #DC576C;
}
.TagClassName
{
border-color: #DC576C;
}
</style>