Shades of Cabaret #DC5969
Tints of Cabaret #DC5969
RGB
CMYK
RGB Variations
Color information
#DC5969 (or 0xDC5969) is known color: Cabaret. HEX triplet: DC, 59 and 69. RGB value is (220,89,105). Sum of RGB (Red+Green+Blue) = 220+89+105=414 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.14% from 414); Green value is 89 (35.16% from 255 or 21.50% from 414); Blue value is 105 (41.41% from 255 or 25.36% from 414); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5969 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5969 is #23A696. Grayscale: #828282. Windows color (decimal): -2336407 or 6904284. OLE color: 6904284.
HSL color Cylindrical-coordinate representation of color #DC5969: hue angle of 352.67º 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 #DC5969 is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 89 | 105 | - |
| CMYK | 0 | 0.60 | 0.52 | 0.14 |
| HSL | 352.67º | 0.65% | 0.61% | - |
| HSV(B) | 352.67º | 0.6% | 0.86% | - |
| XYZ | 35.64 | 23.38 | 16 | - |
| YUV | 129.99 | 113.9 | 192.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 89 | 105 | 0 | 0.60 | 0.52 | 0.14 | 352.67 | 0.65 | 0.61 |
| Hex | DC | 59 | 69 | 0 | 3C | 34 | E | 161 | 41 | 3D |
| Octal | 334 | 131 | 151 | 0 | 74 | 64 | 16 | 541 | 101 | 75 |
| Binary | 11011100 | 1011001 | 1101001 | 0 | 111100 | 110100 | 1110 | 101100001 | 1000001 | 111101 |
Color Harmonies of #DC5969
Complementary color
Monochromatic Colors of #DC5969
Black with #DC5969
Text Example
Text Example
White with #DC5969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5969; }
p { color: rgb(220,89,105); }
H1.HeaderClassName
{
color: #DC5969;
}
.AnyTagClassName
{
color: #DC5969;
}
</style>
background-color css
<style>
a { background-color: #DC5969; }
a { background-color: rgb(220,89,105); }
div.DivClassName
{
background-color: #DC5969;
}
.BgClassName
{
background-color: #DC5969;
}
</style>
border-color css
<style>
span { border-color: #DC5969; }
span { border-color: rgb(220,89,105); }
td.TdClassName
{
border-color: #DC5969;
}
.TagClassName
{
border-color: #DC5969;
}
</style>