Shades of Cabaret #DC4C69
Tints of Cabaret #DC4C69
RGB
CMYK
RGB Variations
Color information
#DC4C69 (or 0xDC4C69) is known color: Cabaret. HEX triplet: DC, 4C and 69. RGB value is (220,76,105). Sum of RGB (Red+Green+Blue) = 220+76+105=401 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.86% from 401); Green value is 76 (30.08% from 255 or 18.95% from 401); Blue value is 105 (41.41% from 255 or 26.18% from 401); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4C69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4C69 is #23B396. Grayscale: #7A7A7A. Windows color (decimal): -2339735 or 6900956. OLE color: 6900956.
HSL color Cylindrical-coordinate representation of color #DC4C69: hue angle of 347.92º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DC4C69 is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 76 | 105 | - |
| CMYK | 0 | 0.65 | 0.52 | 0.14 |
| HSL | 347.92º | 0.67% | 0.58% | - |
| HSV(B) | 347.92º | 0.65% | 0.86% | - |
| XYZ | 34.65 | 21.4 | 15.67 | - |
| YUV | 122.36 | 118.21 | 197.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 76 | 105 | 0 | 0.65 | 0.52 | 0.14 | 347.92 | 0.67 | 0.58 |
| Hex | DC | 4C | 69 | 0 | 41 | 34 | E | 15C | 43 | 3A |
| Octal | 334 | 114 | 151 | 0 | 101 | 64 | 16 | 534 | 103 | 72 |
| Binary | 11011100 | 1001100 | 1101001 | 0 | 1000001 | 110100 | 1110 | 101011100 | 1000011 | 111010 |
Color Harmonies of #DC4C69
Complementary color
Monochromatic Colors of #DC4C69
Black with #DC4C69
Text Example
Text Example
White with #DC4C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4C69; }
p { color: rgb(220,76,105); }
H1.HeaderClassName
{
color: #DC4C69;
}
.AnyTagClassName
{
color: #DC4C69;
}
</style>
background-color css
<style>
a { background-color: #DC4C69; }
a { background-color: rgb(220,76,105); }
div.DivClassName
{
background-color: #DC4C69;
}
.BgClassName
{
background-color: #DC4C69;
}
</style>
border-color css
<style>
span { border-color: #DC4C69; }
span { border-color: rgb(220,76,105); }
td.TdClassName
{
border-color: #DC4C69;
}
.TagClassName
{
border-color: #DC4C69;
}
</style>