Shades of Cabaret #DC5767
Tints of Cabaret #DC5767
RGB
CMYK
RGB Variations
Color information
#DC5767 (or 0xDC5767) is known color: Cabaret. HEX triplet: DC, 57 and 67. RGB value is (220,87,103). Sum of RGB (Red+Green+Blue) = 220+87+103=410 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.66% from 410); Green value is 87 (34.38% from 255 or 21.22% from 410); Blue value is 103 (40.62% from 255 or 25.12% from 410); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5767 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5767 is #23A898. Grayscale: #808080. Windows color (decimal): -2336921 or 6772700. OLE color: 6772700.
HSL color Cylindrical-coordinate representation of color #DC5767: hue angle of 352.78º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC5767 is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 87 | 103 | - |
| CMYK | 0 | 0.60 | 0.53 | 0.14 |
| HSL | 352.78º | 0.66% | 0.6% | - |
| HSV(B) | 352.78º | 0.6% | 0.86% | - |
| XYZ | 35.37 | 23.01 | 15.41 | - |
| YUV | 128.59 | 113.56 | 193.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 87 | 103 | 0 | 0.60 | 0.53 | 0.14 | 352.78 | 0.66 | 0.6 |
| Hex | DC | 57 | 67 | 0 | 3C | 35 | E | 161 | 42 | 3C |
| Octal | 334 | 127 | 147 | 0 | 74 | 65 | 16 | 541 | 102 | 74 |
| Binary | 11011100 | 1010111 | 1100111 | 0 | 111100 | 110101 | 1110 | 101100001 | 1000010 | 111100 |
Color Harmonies of #DC5767
Complementary color
Monochromatic Colors of #DC5767
Black with #DC5767
Text Example
Text Example
White with #DC5767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5767; }
p { color: rgb(220,87,103); }
H1.HeaderClassName
{
color: #DC5767;
}
.AnyTagClassName
{
color: #DC5767;
}
</style>
background-color css
<style>
a { background-color: #DC5767; }
a { background-color: rgb(220,87,103); }
div.DivClassName
{
background-color: #DC5767;
}
.BgClassName
{
background-color: #DC5767;
}
</style>
border-color css
<style>
span { border-color: #DC5767; }
span { border-color: rgb(220,87,103); }
td.TdClassName
{
border-color: #DC5767;
}
.TagClassName
{
border-color: #DC5767;
}
</style>