Shades of Cabaret #C44E6E
Tints of Cabaret #C44E6E
RGB
CMYK
RGB Variations
Color information
#C44E6E (or 0xC44E6E) is known color: Cabaret. HEX triplet: C4, 4E and 6E. RGB value is (196,78,110). Sum of RGB (Red+Green+Blue) = 196+78+110=384 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.04% from 384); Green value is 78 (30.86% from 255 or 20.31% from 384); Blue value is 110 (43.36% from 255 or 28.65% from 384); Max value from RGB is 196 - color contains mainly: red. Hex color #C44E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C44E6E is #3BB191. Grayscale: #747474. Windows color (decimal): -3912082 or 7229124. OLE color: 7229124.
HSL color Cylindrical-coordinate representation of color #C44E6E: hue angle of 343.73º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C44E6E is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 78 | 110 | - |
| CMYK | 0 | 0.60 | 0.44 | 0.23 |
| HSL | 343.73º | 0.5% | 0.54% | - |
| HSV(B) | 343.73º | 0.6% | 0.77% | - |
| XYZ | 28.3 | 18.31 | 16.79 | - |
| YUV | 116.93 | 124.09 | 184.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 78 | 110 | 0 | 0.60 | 0.44 | 0.23 | 343.73 | 0.5 | 0.54 |
| Hex | C4 | 4E | 6E | 0 | 3C | 2C | 17 | 158 | 32 | 36 |
| Octal | 304 | 116 | 156 | 0 | 74 | 54 | 27 | 530 | 62 | 66 |
| Binary | 11000100 | 1001110 | 1101110 | 0 | 111100 | 101100 | 10111 | 101011000 | 110010 | 110110 |
Color Harmonies of #C44E6E
Complementary color
Monochromatic Colors of #C44E6E
Black with #C44E6E
Text Example
Text Example
White with #C44E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44E6E; }
p { color: rgb(196,78,110); }
H1.HeaderClassName
{
color: #C44E6E;
}
.AnyTagClassName
{
color: #C44E6E;
}
</style>
background-color css
<style>
a { background-color: #C44E6E; }
a { background-color: rgb(196,78,110); }
div.DivClassName
{
background-color: #C44E6E;
}
.BgClassName
{
background-color: #C44E6E;
}
</style>
border-color css
<style>
span { border-color: #C44E6E; }
span { border-color: rgb(196,78,110); }
td.TdClassName
{
border-color: #C44E6E;
}
.TagClassName
{
border-color: #C44E6E;
}
</style>