Shades of Cabaret #DC5066
Tints of Cabaret #DC5066
RGB
CMYK
RGB Variations
Color information
#DC5066 (or 0xDC5066) is known color: Cabaret. HEX triplet: DC, 50 and 66. RGB value is (220,80,102). Sum of RGB (Red+Green+Blue) = 220+80+102=402 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.73% from 402); Green value is 80 (31.64% from 255 or 19.90% from 402); Blue value is 102 (40.23% from 255 or 25.37% from 402); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5066 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5066 is #23AF99. Grayscale: #7C7C7C. Windows color (decimal): -2338714 or 6705372. OLE color: 6705372.
HSL color Cylindrical-coordinate representation of color #DC5066: hue angle of 350.57º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DC5066 is Cyan = 0, Magento = 0.64, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 80 | 102 | - |
| CMYK | 0 | 0.64 | 0.54 | 0.14 |
| HSL | 350.57º | 0.67% | 0.59% | - |
| HSV(B) | 350.57º | 0.64% | 0.86% | - |
| XYZ | 34.78 | 21.91 | 14.97 | - |
| YUV | 124.37 | 115.38 | 196.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 80 | 102 | 0 | 0.64 | 0.54 | 0.14 | 350.57 | 0.67 | 0.59 |
| Hex | DC | 50 | 66 | 0 | 40 | 36 | E | 15F | 43 | 3B |
| Octal | 334 | 120 | 146 | 0 | 100 | 66 | 16 | 537 | 103 | 73 |
| Binary | 11011100 | 1010000 | 1100110 | 0 | 1000000 | 110110 | 1110 | 101011111 | 1000011 | 111011 |
Color Harmonies of #DC5066
Complementary color
Monochromatic Colors of #DC5066
Black with #DC5066
Text Example
Text Example
White with #DC5066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5066; }
p { color: rgb(220,80,102); }
H1.HeaderClassName
{
color: #DC5066;
}
.AnyTagClassName
{
color: #DC5066;
}
</style>
background-color css
<style>
a { background-color: #DC5066; }
a { background-color: rgb(220,80,102); }
div.DivClassName
{
background-color: #DC5066;
}
.BgClassName
{
background-color: #DC5066;
}
</style>
border-color css
<style>
span { border-color: #DC5066; }
span { border-color: rgb(220,80,102); }
td.TdClassName
{
border-color: #DC5066;
}
.TagClassName
{
border-color: #DC5066;
}
</style>