Shades of Cabaret #DC4E69
Tints of Cabaret #DC4E69
RGB
CMYK
RGB Variations
Color information
#DC4E69 (or 0xDC4E69) is known color: Cabaret. HEX triplet: DC, 4E and 69. RGB value is (220,78,105). Sum of RGB (Red+Green+Blue) = 220+78+105=403 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.59% from 403); Green value is 78 (30.86% from 255 or 19.35% from 403); Blue value is 105 (41.41% from 255 or 26.05% from 403); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4E69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC4E69 is #23B196. Grayscale: #7B7B7B. Windows color (decimal): -2339223 or 6901468. OLE color: 6901468.
HSL color Cylindrical-coordinate representation of color #DC4E69: hue angle of 348.59º 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 #DC4E69 is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 78 | 105 | - |
| CMYK | 0 | 0.65 | 0.52 | 0.14 |
| HSL | 348.59º | 0.67% | 0.58% | - |
| HSV(B) | 348.59º | 0.65% | 0.86% | - |
| XYZ | 34.79 | 21.68 | 15.72 | - |
| YUV | 123.54 | 117.54 | 196.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 78 | 105 | 0 | 0.65 | 0.52 | 0.14 | 348.59 | 0.67 | 0.58 |
| Hex | DC | 4E | 69 | 0 | 41 | 34 | E | 15D | 43 | 3A |
| Octal | 334 | 116 | 151 | 0 | 101 | 64 | 16 | 535 | 103 | 72 |
| Binary | 11011100 | 1001110 | 1101001 | 0 | 1000001 | 110100 | 1110 | 101011101 | 1000011 | 111010 |
Color Harmonies of #DC4E69
Complementary color
Monochromatic Colors of #DC4E69
Black with #DC4E69
Text Example
Text Example
White with #DC4E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4E69; }
p { color: rgb(220,78,105); }
H1.HeaderClassName
{
color: #DC4E69;
}
.AnyTagClassName
{
color: #DC4E69;
}
</style>
background-color css
<style>
a { background-color: #DC4E69; }
a { background-color: rgb(220,78,105); }
div.DivClassName
{
background-color: #DC4E69;
}
.BgClassName
{
background-color: #DC4E69;
}
</style>
border-color css
<style>
span { border-color: #DC4E69; }
span { border-color: rgb(220,78,105); }
td.TdClassName
{
border-color: #DC4E69;
}
.TagClassName
{
border-color: #DC4E69;
}
</style>