Shades of Cabaret #DC506A
Tints of Cabaret #DC506A
RGB
CMYK
RGB Variations
Color information
#DC506A (or 0xDC506A) is known color: Cabaret. HEX triplet: DC, 50 and 6A. RGB value is (220,80,106). Sum of RGB (Red+Green+Blue) = 220+80+106=406 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.19% from 406); Green value is 80 (31.64% from 255 or 19.70% from 406); Blue value is 106 (41.80% from 255 or 26.11% from 406); Max value from RGB is 220 - color contains mainly: red. Hex color #DC506A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC506A is #23AF95. Grayscale: #7C7C7C. Windows color (decimal): -2338710 or 6967516. OLE color: 6967516.
HSL color Cylindrical-coordinate representation of color #DC506A: hue angle of 348.86º 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 #DC506A is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 80 | 106 | - |
| CMYK | 0 | 0.64 | 0.52 | 0.14 |
| HSL | 348.86º | 0.67% | 0.59% | - |
| HSV(B) | 348.86º | 0.64% | 0.86% | - |
| XYZ | 34.99 | 21.99 | 16.04 | - |
| YUV | 124.82 | 117.38 | 195.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 80 | 106 | 0 | 0.64 | 0.52 | 0.14 | 348.86 | 0.67 | 0.59 |
| Hex | DC | 50 | 6A | 0 | 40 | 34 | E | 15D | 43 | 3B |
| Octal | 334 | 120 | 152 | 0 | 100 | 64 | 16 | 535 | 103 | 73 |
| Binary | 11011100 | 1010000 | 1101010 | 0 | 1000000 | 110100 | 1110 | 101011101 | 1000011 | 111011 |
Color Harmonies of #DC506A
Complementary color
Monochromatic Colors of #DC506A
Black with #DC506A
Text Example
Text Example
White with #DC506A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC506A; }
p { color: rgb(220,80,106); }
H1.HeaderClassName
{
color: #DC506A;
}
.AnyTagClassName
{
color: #DC506A;
}
</style>
background-color css
<style>
a { background-color: #DC506A; }
a { background-color: rgb(220,80,106); }
div.DivClassName
{
background-color: #DC506A;
}
.BgClassName
{
background-color: #DC506A;
}
</style>
border-color css
<style>
span { border-color: #DC506A; }
span { border-color: rgb(220,80,106); }
td.TdClassName
{
border-color: #DC506A;
}
.TagClassName
{
border-color: #DC506A;
}
</style>