Shades of Cabaret #DC4666
Tints of Cabaret #DC4666
RGB
CMYK
RGB Variations
Color information
#DC4666 (or 0xDC4666) is known color: Cabaret. HEX triplet: DC, 46 and 66. RGB value is (220,70,102). Sum of RGB (Red+Green+Blue) = 220+70+102=392 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.12% from 392); Green value is 70 (27.73% from 255 or 17.86% from 392); Blue value is 102 (40.23% from 255 or 26.02% from 392); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4666 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4666 is #23B999. Grayscale: #767676. Windows color (decimal): -2341274 or 6702812. OLE color: 6702812.
HSL color Cylindrical-coordinate representation of color #DC4666: hue angle of 347.2º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DC4666 is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 70 | 102 | - |
| CMYK | 0 | 0.68 | 0.54 | 0.14 |
| HSL | 347.2º | 0.68% | 0.57% | - |
| HSV(B) | 347.2º | 0.68% | 0.86% | - |
| XYZ | 34.1 | 20.56 | 14.74 | - |
| YUV | 118.5 | 118.7 | 200.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 70 | 102 | 0 | 0.68 | 0.54 | 0.14 | 347.2 | 0.68 | 0.57 |
| Hex | DC | 46 | 66 | 0 | 44 | 36 | E | 15B | 44 | 39 |
| Octal | 334 | 106 | 146 | 0 | 104 | 66 | 16 | 533 | 104 | 71 |
| Binary | 11011100 | 1000110 | 1100110 | 0 | 1000100 | 110110 | 1110 | 101011011 | 1000100 | 111001 |
Color Harmonies of #DC4666
Complementary color
Monochromatic Colors of #DC4666
Black with #DC4666
Text Example
Text Example
White with #DC4666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4666; }
p { color: rgb(220,70,102); }
H1.HeaderClassName
{
color: #DC4666;
}
.AnyTagClassName
{
color: #DC4666;
}
</style>
background-color css
<style>
a { background-color: #DC4666; }
a { background-color: rgb(220,70,102); }
div.DivClassName
{
background-color: #DC4666;
}
.BgClassName
{
background-color: #DC4666;
}
</style>
border-color css
<style>
span { border-color: #DC4666; }
span { border-color: rgb(220,70,102); }
td.TdClassName
{
border-color: #DC4666;
}
.TagClassName
{
border-color: #DC4666;
}
</style>