Shades of Cabaret #DC5967
Tints of Cabaret #DC5967
RGB
CMYK
RGB Variations
Color information
#DC5967 (or 0xDC5967) is known color: Cabaret. HEX triplet: DC, 59 and 67. RGB value is (220,89,103). Sum of RGB (Red+Green+Blue) = 220+89+103=412 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.40% from 412); Green value is 89 (35.16% from 255 or 21.60% from 412); Blue value is 103 (40.62% from 255 or 25% from 412); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5967 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5967 is #23A698. Grayscale: #818181. Windows color (decimal): -2336409 or 6773212. OLE color: 6773212.
HSL color Cylindrical-coordinate representation of color #DC5967: hue angle of 353.59º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC5967 is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 89 | 103 | - |
| CMYK | 0 | 0.60 | 0.53 | 0.14 |
| HSL | 353.59º | 0.65% | 0.61% | - |
| HSV(B) | 353.59º | 0.6% | 0.86% | - |
| XYZ | 35.54 | 23.34 | 15.46 | - |
| YUV | 129.77 | 112.9 | 192.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 89 | 103 | 0 | 0.60 | 0.53 | 0.14 | 353.59 | 0.65 | 0.61 |
| Hex | DC | 59 | 67 | 0 | 3C | 35 | E | 162 | 41 | 3D |
| Octal | 334 | 131 | 147 | 0 | 74 | 65 | 16 | 542 | 101 | 75 |
| Binary | 11011100 | 1011001 | 1100111 | 0 | 111100 | 110101 | 1110 | 101100010 | 1000001 | 111101 |
Color Harmonies of #DC5967
Complementary color
Monochromatic Colors of #DC5967
Black with #DC5967
Text Example
Text Example
White with #DC5967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5967; }
p { color: rgb(220,89,103); }
H1.HeaderClassName
{
color: #DC5967;
}
.AnyTagClassName
{
color: #DC5967;
}
</style>
background-color css
<style>
a { background-color: #DC5967; }
a { background-color: rgb(220,89,103); }
div.DivClassName
{
background-color: #DC5967;
}
.BgClassName
{
background-color: #DC5967;
}
</style>
border-color css
<style>
span { border-color: #DC5967; }
span { border-color: rgb(220,89,103); }
td.TdClassName
{
border-color: #DC5967;
}
.TagClassName
{
border-color: #DC5967;
}
</style>