Shades of Cabaret #DC5669
Tints of Cabaret #DC5669
RGB
CMYK
RGB Variations
Color information
#DC5669 (or 0xDC5669) is known color: Cabaret. HEX triplet: DC, 56 and 69. RGB value is (220,86,105). Sum of RGB (Red+Green+Blue) = 220+86+105=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 86 (33.98% from 255 or 20.92% from 411); Blue value is 105 (41.41% from 255 or 25.55% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5669 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5669 is #23A996. Grayscale: #808080. Windows color (decimal): -2337175 or 6903516. OLE color: 6903516.
HSL color Cylindrical-coordinate representation of color #DC5669: hue angle of 351.49º 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 #DC5669 is Cyan = 0, Magento = 0.61, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 86 | 105 | - |
| CMYK | 0 | 0.61 | 0.52 | 0.14 |
| HSL | 351.49º | 0.66% | 0.6% | - |
| HSV(B) | 351.49º | 0.61% | 0.86% | - |
| XYZ | 35.39 | 22.89 | 15.92 | - |
| YUV | 128.23 | 114.89 | 193.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 86 | 105 | 0 | 0.61 | 0.52 | 0.14 | 351.49 | 0.66 | 0.6 |
| Hex | DC | 56 | 69 | 0 | 3D | 34 | E | 15F | 42 | 3C |
| Octal | 334 | 126 | 151 | 0 | 75 | 64 | 16 | 537 | 102 | 74 |
| Binary | 11011100 | 1010110 | 1101001 | 0 | 111101 | 110100 | 1110 | 101011111 | 1000010 | 111100 |
Color Harmonies of #DC5669
Complementary color
Monochromatic Colors of #DC5669
Black with #DC5669
Text Example
Text Example
White with #DC5669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5669; }
p { color: rgb(220,86,105); }
H1.HeaderClassName
{
color: #DC5669;
}
.AnyTagClassName
{
color: #DC5669;
}
</style>
background-color css
<style>
a { background-color: #DC5669; }
a { background-color: rgb(220,86,105); }
div.DivClassName
{
background-color: #DC5669;
}
.BgClassName
{
background-color: #DC5669;
}
</style>
border-color css
<style>
span { border-color: #DC5669; }
span { border-color: rgb(220,86,105); }
td.TdClassName
{
border-color: #DC5669;
}
.TagClassName
{
border-color: #DC5669;
}
</style>