Shades of Cabaret #DC5C67
Tints of Cabaret #DC5C67
RGB
CMYK
RGB Variations
Color information
#DC5C67 (or 0xDC5C67) is known color: Cabaret. HEX triplet: DC, 5C and 67. RGB value is (220,92,103). Sum of RGB (Red+Green+Blue) = 220+92+103=415 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.01% from 415); Green value is 92 (36.33% from 255 or 22.17% from 415); Blue value is 103 (40.62% from 255 or 24.82% from 415); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5C67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5C67 is #23A398. Grayscale: #838383. Windows color (decimal): -2335641 or 6773980. OLE color: 6773980.
HSL color Cylindrical-coordinate representation of color #DC5C67: hue angle of 354.84º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DC5C67 is Cyan = 0, Magento = 0.58, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 92 | 103 | - |
| CMYK | 0 | 0.58 | 0.53 | 0.14 |
| HSL | 354.84º | 0.65% | 0.61% | - |
| HSV(B) | 354.84º | 0.58% | 0.86% | - |
| XYZ | 35.79 | 23.85 | 15.55 | - |
| YUV | 131.53 | 111.91 | 191.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 92 | 103 | 0 | 0.58 | 0.53 | 0.14 | 354.84 | 0.65 | 0.61 |
| Hex | DC | 5C | 67 | 0 | 3A | 35 | E | 163 | 41 | 3D |
| Octal | 334 | 134 | 147 | 0 | 72 | 65 | 16 | 543 | 101 | 75 |
| Binary | 11011100 | 1011100 | 1100111 | 0 | 111010 | 110101 | 1110 | 101100011 | 1000001 | 111101 |
Color Harmonies of #DC5C67
Complementary color
Monochromatic Colors of #DC5C67
Black with #DC5C67
Text Example
Text Example
White with #DC5C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5C67; }
p { color: rgb(220,92,103); }
H1.HeaderClassName
{
color: #DC5C67;
}
.AnyTagClassName
{
color: #DC5C67;
}
</style>
background-color css
<style>
a { background-color: #DC5C67; }
a { background-color: rgb(220,92,103); }
div.DivClassName
{
background-color: #DC5C67;
}
.BgClassName
{
background-color: #DC5C67;
}
</style>
border-color css
<style>
span { border-color: #DC5C67; }
span { border-color: rgb(220,92,103); }
td.TdClassName
{
border-color: #DC5C67;
}
.TagClassName
{
border-color: #DC5C67;
}
</style>