Shades of Cabaret #DC5766
Tints of Cabaret #DC5766
RGB
CMYK
RGB Variations
Color information
#DC5766 (or 0xDC5766) is known color: Cabaret. HEX triplet: DC, 57 and 66. RGB value is (220,87,102). Sum of RGB (Red+Green+Blue) = 220+87+102=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 87 (34.38% from 255 or 21.27% from 409); Blue value is 102 (40.23% from 255 or 24.94% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5766 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5766 is #23A899. Grayscale: #808080. Windows color (decimal): -2336922 or 6707164. OLE color: 6707164.
HSL color Cylindrical-coordinate representation of color #DC5766: hue angle of 353.23º 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 #DC5766 is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 87 | 102 | - |
| CMYK | 0 | 0.60 | 0.54 | 0.14 |
| HSL | 353.23º | 0.66% | 0.6% | - |
| HSV(B) | 353.23º | 0.6% | 0.86% | - |
| XYZ | 35.32 | 22.99 | 15.15 | - |
| YUV | 128.48 | 113.06 | 193.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 87 | 102 | 0 | 0.60 | 0.54 | 0.14 | 353.23 | 0.66 | 0.6 |
| Hex | DC | 57 | 66 | 0 | 3C | 36 | E | 161 | 42 | 3C |
| Octal | 334 | 127 | 146 | 0 | 74 | 66 | 16 | 541 | 102 | 74 |
| Binary | 11011100 | 1010111 | 1100110 | 0 | 111100 | 110110 | 1110 | 101100001 | 1000010 | 111100 |
Color Harmonies of #DC5766
Complementary color
Monochromatic Colors of #DC5766
Black with #DC5766
Text Example
Text Example
White with #DC5766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5766; }
p { color: rgb(220,87,102); }
H1.HeaderClassName
{
color: #DC5766;
}
.AnyTagClassName
{
color: #DC5766;
}
</style>
background-color css
<style>
a { background-color: #DC5766; }
a { background-color: rgb(220,87,102); }
div.DivClassName
{
background-color: #DC5766;
}
.BgClassName
{
background-color: #DC5766;
}
</style>
border-color css
<style>
span { border-color: #DC5766; }
span { border-color: rgb(220,87,102); }
td.TdClassName
{
border-color: #DC5766;
}
.TagClassName
{
border-color: #DC5766;
}
</style>