Shades of Cabaret #DC5668
Tints of Cabaret #DC5668
RGB
CMYK
RGB Variations
Color information
#DC5668 (or 0xDC5668) is known color: Cabaret. HEX triplet: DC, 56 and 68. RGB value is (220,86,104). Sum of RGB (Red+Green+Blue) = 220+86+104=410 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.66% from 410); Green value is 86 (33.98% from 255 or 20.98% from 410); Blue value is 104 (41.02% from 255 or 25.37% from 410); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5668 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5668 is #23A997. Grayscale: #808080. Windows color (decimal): -2337176 or 6837980. OLE color: 6837980.
HSL color Cylindrical-coordinate representation of color #DC5668: hue angle of 351.94º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DC5668 is Cyan = 0, Magento = 0.61, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 86 | 104 | - |
| CMYK | 0 | 0.61 | 0.53 | 0.14 |
| HSL | 351.94º | 0.66% | 0.6% | - |
| HSV(B) | 351.94º | 0.61% | 0.86% | - |
| XYZ | 35.34 | 22.87 | 15.65 | - |
| YUV | 128.12 | 114.39 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 86 | 104 | 0 | 0.61 | 0.53 | 0.14 | 351.94 | 0.66 | 0.6 |
| Hex | DC | 56 | 68 | 0 | 3D | 35 | E | 160 | 42 | 3C |
| Octal | 334 | 126 | 150 | 0 | 75 | 65 | 16 | 540 | 102 | 74 |
| Binary | 11011100 | 1010110 | 1101000 | 0 | 111101 | 110101 | 1110 | 101100000 | 1000010 | 111100 |
Color Harmonies of #DC5668
Complementary color
Monochromatic Colors of #DC5668
Black with #DC5668
Text Example
Text Example
White with #DC5668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5668; }
p { color: rgb(220,86,104); }
H1.HeaderClassName
{
color: #DC5668;
}
.AnyTagClassName
{
color: #DC5668;
}
</style>
background-color css
<style>
a { background-color: #DC5668; }
a { background-color: rgb(220,86,104); }
div.DivClassName
{
background-color: #DC5668;
}
.BgClassName
{
background-color: #DC5668;
}
</style>
border-color css
<style>
span { border-color: #DC5668; }
span { border-color: rgb(220,86,104); }
td.TdClassName
{
border-color: #DC5668;
}
.TagClassName
{
border-color: #DC5668;
}
</style>