Shades of Cabaret #DC506C
Tints of Cabaret #DC506C
RGB
CMYK
RGB Variations
Color information
#DC506C (or 0xDC506C) is known color: Cabaret. HEX triplet: DC, 50 and 6C. RGB value is (220,80,108). Sum of RGB (Red+Green+Blue) = 220+80+108=408 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.92% from 408); Green value is 80 (31.64% from 255 or 19.61% from 408); Blue value is 108 (42.58% from 255 or 26.47% from 408); Max value from RGB is 220 - color contains mainly: red. Hex color #DC506C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC506C is #23AF93. Grayscale: #7D7D7D. Windows color (decimal): -2338708 or 7098588. OLE color: 7098588.
HSL color Cylindrical-coordinate representation of color #DC506C: hue angle of 348º 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 #DC506C is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 80 | 108 | - |
| CMYK | 0 | 0.64 | 0.51 | 0.14 |
| HSL | 348º | 0.67% | 0.59% | - |
| HSV(B) | 348º | 0.64% | 0.86% | - |
| XYZ | 35.09 | 22.04 | 16.59 | - |
| YUV | 125.05 | 118.38 | 195.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 80 | 108 | 0 | 0.64 | 0.51 | 0.14 | 348 | 0.67 | 0.59 |
| Hex | DC | 50 | 6C | 0 | 40 | 33 | E | 15C | 43 | 3B |
| Octal | 334 | 120 | 154 | 0 | 100 | 63 | 16 | 534 | 103 | 73 |
| Binary | 11011100 | 1010000 | 1101100 | 0 | 1000000 | 110011 | 1110 | 101011100 | 1000011 | 111011 |
Color Harmonies of #DC506C
Complementary color
Monochromatic Colors of #DC506C
Black with #DC506C
Text Example
Text Example
White with #DC506C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC506C; }
p { color: rgb(220,80,108); }
H1.HeaderClassName
{
color: #DC506C;
}
.AnyTagClassName
{
color: #DC506C;
}
</style>
background-color css
<style>
a { background-color: #DC506C; }
a { background-color: rgb(220,80,108); }
div.DivClassName
{
background-color: #DC506C;
}
.BgClassName
{
background-color: #DC506C;
}
</style>
border-color css
<style>
span { border-color: #DC506C; }
span { border-color: rgb(220,80,108); }
td.TdClassName
{
border-color: #DC506C;
}
.TagClassName
{
border-color: #DC506C;
}
</style>