Shades of Cabaret #DC5B6C
Tints of Cabaret #DC5B6C
RGB
CMYK
RGB Variations
Color information
#DC5B6C (or 0xDC5B6C) is known color: Cabaret. HEX triplet: DC, 5B and 6C. RGB value is (220,91,108). Sum of RGB (Red+Green+Blue) = 220+91+108=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 91 (35.94% from 255 or 21.72% from 419); Blue value is 108 (42.58% from 255 or 25.78% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5B6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5B6C is #23A493. Grayscale: #838383. Windows color (decimal): -2335892 or 7101404. OLE color: 7101404.
HSL color Cylindrical-coordinate representation of color #DC5B6C: hue angle of 352.09º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DC5B6C is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 91 | 108 | - |
| CMYK | 0 | 0.59 | 0.51 | 0.14 |
| HSL | 352.09º | 0.65% | 0.61% | - |
| HSV(B) | 352.09º | 0.59% | 0.86% | - |
| XYZ | 35.96 | 23.78 | 16.88 | - |
| YUV | 131.51 | 114.74 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 91 | 108 | 0 | 0.59 | 0.51 | 0.14 | 352.09 | 0.65 | 0.61 |
| Hex | DC | 5B | 6C | 0 | 3B | 33 | E | 160 | 41 | 3D |
| Octal | 334 | 133 | 154 | 0 | 73 | 63 | 16 | 540 | 101 | 75 |
| Binary | 11011100 | 1011011 | 1101100 | 0 | 111011 | 110011 | 1110 | 101100000 | 1000001 | 111101 |
Color Harmonies of #DC5B6C
Complementary color
Monochromatic Colors of #DC5B6C
Black with #DC5B6C
Text Example
Text Example
White with #DC5B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5B6C; }
p { color: rgb(220,91,108); }
H1.HeaderClassName
{
color: #DC5B6C;
}
.AnyTagClassName
{
color: #DC5B6C;
}
</style>
background-color css
<style>
a { background-color: #DC5B6C; }
a { background-color: rgb(220,91,108); }
div.DivClassName
{
background-color: #DC5B6C;
}
.BgClassName
{
background-color: #DC5B6C;
}
</style>
border-color css
<style>
span { border-color: #DC5B6C; }
span { border-color: rgb(220,91,108); }
td.TdClassName
{
border-color: #DC5B6C;
}
.TagClassName
{
border-color: #DC5B6C;
}
</style>