Shades of Cabaret #DC516C
Tints of Cabaret #DC516C
RGB
CMYK
RGB Variations
Color information
#DC516C (or 0xDC516C) is known color: Cabaret. HEX triplet: DC, 51 and 6C. RGB value is (220,81,108). Sum of RGB (Red+Green+Blue) = 220+81+108=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 81 (32.03% from 255 or 19.80% from 409); Blue value is 108 (42.58% from 255 or 26.41% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DC516C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC516C is #23AE93. Grayscale: #7D7D7D. Windows color (decimal): -2338452 or 7098844. OLE color: 7098844.
HSL color Cylindrical-coordinate representation of color #DC516C: hue angle of 348.35º 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 #DC516C is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 81 | 108 | - |
| CMYK | 0 | 0.63 | 0.51 | 0.14 |
| HSL | 348.35º | 0.67% | 0.59% | - |
| HSV(B) | 348.35º | 0.63% | 0.86% | - |
| XYZ | 35.16 | 22.18 | 16.62 | - |
| YUV | 125.64 | 118.05 | 195.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 81 | 108 | 0 | 0.63 | 0.51 | 0.14 | 348.35 | 0.67 | 0.59 |
| Hex | DC | 51 | 6C | 0 | 3F | 33 | E | 15C | 43 | 3B |
| Octal | 334 | 121 | 154 | 0 | 77 | 63 | 16 | 534 | 103 | 73 |
| Binary | 11011100 | 1010001 | 1101100 | 0 | 111111 | 110011 | 1110 | 101011100 | 1000011 | 111011 |
Color Harmonies of #DC516C
Complementary color
Monochromatic Colors of #DC516C
Black with #DC516C
Text Example
Text Example
White with #DC516C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC516C; }
p { color: rgb(220,81,108); }
H1.HeaderClassName
{
color: #DC516C;
}
.AnyTagClassName
{
color: #DC516C;
}
</style>
background-color css
<style>
a { background-color: #DC516C; }
a { background-color: rgb(220,81,108); }
div.DivClassName
{
background-color: #DC516C;
}
.BgClassName
{
background-color: #DC516C;
}
</style>
border-color css
<style>
span { border-color: #DC516C; }
span { border-color: rgb(220,81,108); }
td.TdClassName
{
border-color: #DC516C;
}
.TagClassName
{
border-color: #DC516C;
}
</style>