Shades of Cabaret #DC576A
Tints of Cabaret #DC576A
RGB
CMYK
RGB Variations
Color information
#DC576A (or 0xDC576A) is known color: Cabaret. HEX triplet: DC, 57 and 6A. RGB value is (220,87,106). Sum of RGB (Red+Green+Blue) = 220+87+106=413 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.27% from 413); Green value is 87 (34.38% from 255 or 21.07% from 413); Blue value is 106 (41.80% from 255 or 25.67% from 413); Max value from RGB is 220 - color contains mainly: red. Hex color #DC576A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC576A is #23A895. Grayscale: #808080. Windows color (decimal): -2336918 or 6969308. OLE color: 6969308.
HSL color Cylindrical-coordinate representation of color #DC576A: hue angle of 351.43º 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 #DC576A is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 87 | 106 | - |
| CMYK | 0 | 0.60 | 0.52 | 0.14 |
| HSL | 351.43º | 0.66% | 0.6% | - |
| HSV(B) | 351.43º | 0.6% | 0.86% | - |
| XYZ | 35.52 | 23.07 | 16.22 | - |
| YUV | 128.93 | 115.06 | 192.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 87 | 106 | 0 | 0.60 | 0.52 | 0.14 | 351.43 | 0.66 | 0.6 |
| Hex | DC | 57 | 6A | 0 | 3C | 34 | E | 15F | 42 | 3C |
| Octal | 334 | 127 | 152 | 0 | 74 | 64 | 16 | 537 | 102 | 74 |
| Binary | 11011100 | 1010111 | 1101010 | 0 | 111100 | 110100 | 1110 | 101011111 | 1000010 | 111100 |
Color Harmonies of #DC576A
Complementary color
Monochromatic Colors of #DC576A
Black with #DC576A
Text Example
Text Example
White with #DC576A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC576A; }
p { color: rgb(220,87,106); }
H1.HeaderClassName
{
color: #DC576A;
}
.AnyTagClassName
{
color: #DC576A;
}
</style>
background-color css
<style>
a { background-color: #DC576A; }
a { background-color: rgb(220,87,106); }
div.DivClassName
{
background-color: #DC576A;
}
.BgClassName
{
background-color: #DC576A;
}
</style>
border-color css
<style>
span { border-color: #DC576A; }
span { border-color: rgb(220,87,106); }
td.TdClassName
{
border-color: #DC576A;
}
.TagClassName
{
border-color: #DC576A;
}
</style>