Shades of Cabaret #DC5166
Tints of Cabaret #DC5166
RGB
CMYK
RGB Variations
Color information
#DC5166 (or 0xDC5166) is known color: Cabaret. HEX triplet: DC, 51 and 66. RGB value is (220,81,102). Sum of RGB (Red+Green+Blue) = 220+81+102=403 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.59% from 403); Green value is 81 (32.03% from 255 or 20.10% from 403); Blue value is 102 (40.23% from 255 or 25.31% from 403); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5166 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5166 is #23AE99. Grayscale: #7D7D7D. Windows color (decimal): -2338458 or 6705628. OLE color: 6705628.
HSL color Cylindrical-coordinate representation of color #DC5166: hue angle of 350.94º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DC5166 is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 81 | 102 | - |
| CMYK | 0 | 0.63 | 0.54 | 0.14 |
| HSL | 350.94º | 0.67% | 0.59% | - |
| HSV(B) | 350.94º | 0.63% | 0.86% | - |
| XYZ | 34.86 | 22.06 | 14.99 | - |
| YUV | 124.96 | 115.05 | 195.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 81 | 102 | 0 | 0.63 | 0.54 | 0.14 | 350.94 | 0.67 | 0.59 |
| Hex | DC | 51 | 66 | 0 | 3F | 36 | E | 15F | 43 | 3B |
| Octal | 334 | 121 | 146 | 0 | 77 | 66 | 16 | 537 | 103 | 73 |
| Binary | 11011100 | 1010001 | 1100110 | 0 | 111111 | 110110 | 1110 | 101011111 | 1000011 | 111011 |
Color Harmonies of #DC5166
Complementary color
Monochromatic Colors of #DC5166
Black with #DC5166
Text Example
Text Example
White with #DC5166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5166; }
p { color: rgb(220,81,102); }
H1.HeaderClassName
{
color: #DC5166;
}
.AnyTagClassName
{
color: #DC5166;
}
</style>
background-color css
<style>
a { background-color: #DC5166; }
a { background-color: rgb(220,81,102); }
div.DivClassName
{
background-color: #DC5166;
}
.BgClassName
{
background-color: #DC5166;
}
</style>
border-color css
<style>
span { border-color: #DC5166; }
span { border-color: rgb(220,81,102); }
td.TdClassName
{
border-color: #DC5166;
}
.TagClassName
{
border-color: #DC5166;
}
</style>