Shades of Cabaret #DC516A
Tints of Cabaret #DC516A
RGB
CMYK
RGB Variations
Color information
#DC516A (or 0xDC516A) is known color: Cabaret. HEX triplet: DC, 51 and 6A. RGB value is (220,81,106). Sum of RGB (Red+Green+Blue) = 220+81+106=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 81 (32.03% from 255 or 19.90% from 407); Blue value is 106 (41.80% from 255 or 26.04% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DC516A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC516A is #23AE95. Grayscale: #7D7D7D. Windows color (decimal): -2338454 or 6967772. OLE color: 6967772.
HSL color Cylindrical-coordinate representation of color #DC516A: hue angle of 349.21º 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 #DC516A is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 81 | 106 | - |
| CMYK | 0 | 0.63 | 0.52 | 0.14 |
| HSL | 349.21º | 0.67% | 0.59% | - |
| HSV(B) | 349.21º | 0.63% | 0.86% | - |
| XYZ | 35.06 | 22.14 | 16.06 | - |
| YUV | 125.41 | 117.05 | 195.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 81 | 106 | 0 | 0.63 | 0.52 | 0.14 | 349.21 | 0.67 | 0.59 |
| Hex | DC | 51 | 6A | 0 | 3F | 34 | E | 15D | 43 | 3B |
| Octal | 334 | 121 | 152 | 0 | 77 | 64 | 16 | 535 | 103 | 73 |
| Binary | 11011100 | 1010001 | 1101010 | 0 | 111111 | 110100 | 1110 | 101011101 | 1000011 | 111011 |
Color Harmonies of #DC516A
Complementary color
Monochromatic Colors of #DC516A
Black with #DC516A
Text Example
Text Example
White with #DC516A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC516A; }
p { color: rgb(220,81,106); }
H1.HeaderClassName
{
color: #DC516A;
}
.AnyTagClassName
{
color: #DC516A;
}
</style>
background-color css
<style>
a { background-color: #DC516A; }
a { background-color: rgb(220,81,106); }
div.DivClassName
{
background-color: #DC516A;
}
.BgClassName
{
background-color: #DC516A;
}
</style>
border-color css
<style>
span { border-color: #DC516A; }
span { border-color: rgb(220,81,106); }
td.TdClassName
{
border-color: #DC516A;
}
.TagClassName
{
border-color: #DC516A;
}
</style>