Shades of Cabaret #C44E6A
Tints of Cabaret #C44E6A
RGB
CMYK
RGB Variations
Color information
#C44E6A (or 0xC44E6A) is known color: Cabaret. HEX triplet: C4, 4E and 6A. RGB value is (196,78,106). Sum of RGB (Red+Green+Blue) = 196+78+106=380 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.58% from 380); Green value is 78 (30.86% from 255 or 20.53% from 380); Blue value is 106 (41.80% from 255 or 27.89% from 380); Max value from RGB is 196 - color contains mainly: red. Hex color #C44E6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C44E6A is #3BB195. Grayscale: #747474. Windows color (decimal): -3912086 or 6966980. OLE color: 6966980.
HSL color Cylindrical-coordinate representation of color #C44E6A: hue angle of 345.76º 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 #C44E6A is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 78 | 106 | - |
| CMYK | 0 | 0.60 | 0.46 | 0.23 |
| HSL | 345.76º | 0.5% | 0.54% | - |
| HSV(B) | 345.76º | 0.6% | 0.77% | - |
| XYZ | 28.09 | 18.23 | 15.67 | - |
| YUV | 116.47 | 122.09 | 184.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 78 | 106 | 0 | 0.60 | 0.46 | 0.23 | 345.76 | 0.5 | 0.54 |
| Hex | C4 | 4E | 6A | 0 | 3C | 2E | 17 | 15A | 32 | 36 |
| Octal | 304 | 116 | 152 | 0 | 74 | 56 | 27 | 532 | 62 | 66 |
| Binary | 11000100 | 1001110 | 1101010 | 0 | 111100 | 101110 | 10111 | 101011010 | 110010 | 110110 |
Color Harmonies of #C44E6A
Complementary color
Monochromatic Colors of #C44E6A
Black with #C44E6A
Text Example
Text Example
White with #C44E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44E6A; }
p { color: rgb(196,78,106); }
H1.HeaderClassName
{
color: #C44E6A;
}
.AnyTagClassName
{
color: #C44E6A;
}
</style>
background-color css
<style>
a { background-color: #C44E6A; }
a { background-color: rgb(196,78,106); }
div.DivClassName
{
background-color: #C44E6A;
}
.BgClassName
{
background-color: #C44E6A;
}
</style>
border-color css
<style>
span { border-color: #C44E6A; }
span { border-color: rgb(196,78,106); }
td.TdClassName
{
border-color: #C44E6A;
}
.TagClassName
{
border-color: #C44E6A;
}
</style>