Shades of Cabaret #DC4A66
Tints of Cabaret #DC4A66
RGB
CMYK
RGB Variations
Color information
#DC4A66 (or 0xDC4A66) is known color: Cabaret. HEX triplet: DC, 4A and 66. RGB value is (220,74,102). Sum of RGB (Red+Green+Blue) = 220+74+102=396 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.56% from 396); Green value is 74 (29.30% from 255 or 18.69% from 396); Blue value is 102 (40.23% from 255 or 25.76% from 396); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4A66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4A66 is #23B599. Grayscale: #787878. Windows color (decimal): -2340250 or 6703836. OLE color: 6703836.
HSL color Cylindrical-coordinate representation of color #DC4A66: hue angle of 348.49º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DC4A66 is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 74 | 102 | - |
| CMYK | 0 | 0.66 | 0.54 | 0.14 |
| HSL | 348.49º | 0.68% | 0.58% | - |
| HSV(B) | 348.49º | 0.66% | 0.86% | - |
| XYZ | 34.36 | 21.07 | 14.83 | - |
| YUV | 120.85 | 117.37 | 198.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 74 | 102 | 0 | 0.66 | 0.54 | 0.14 | 348.49 | 0.68 | 0.58 |
| Hex | DC | 4A | 66 | 0 | 42 | 36 | E | 15C | 44 | 3A |
| Octal | 334 | 112 | 146 | 0 | 102 | 66 | 16 | 534 | 104 | 72 |
| Binary | 11011100 | 1001010 | 1100110 | 0 | 1000010 | 110110 | 1110 | 101011100 | 1000100 | 111010 |
Color Harmonies of #DC4A66
Complementary color
Monochromatic Colors of #DC4A66
Black with #DC4A66
Text Example
Text Example
White with #DC4A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4A66; }
p { color: rgb(220,74,102); }
H1.HeaderClassName
{
color: #DC4A66;
}
.AnyTagClassName
{
color: #DC4A66;
}
</style>
background-color css
<style>
a { background-color: #DC4A66; }
a { background-color: rgb(220,74,102); }
div.DivClassName
{
background-color: #DC4A66;
}
.BgClassName
{
background-color: #DC4A66;
}
</style>
border-color css
<style>
span { border-color: #DC4A66; }
span { border-color: rgb(220,74,102); }
td.TdClassName
{
border-color: #DC4A66;
}
.TagClassName
{
border-color: #DC4A66;
}
</style>