Shades of Cabaret #C44E72
Tints of Cabaret #C44E72
RGB
CMYK
RGB Variations
Color information
#C44E72 (or 0xC44E72) is known color: Cabaret. HEX triplet: C4, 4E and 72. RGB value is (196,78,114). Sum of RGB (Red+Green+Blue) = 196+78+114=388 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.52% from 388); Green value is 78 (30.86% from 255 or 20.10% from 388); Blue value is 114 (44.92% from 255 or 29.38% from 388); Max value from RGB is 196 - color contains mainly: red. Hex color #C44E72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C44E72 is #3BB18D. Grayscale: #757575. Windows color (decimal): -3912078 or 7491268. OLE color: 7491268.
HSL color Cylindrical-coordinate representation of color #C44E72: hue angle of 341.69º 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 #C44E72 is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 78 | 114 | - |
| CMYK | 0 | 0.60 | 0.42 | 0.23 |
| HSL | 341.69º | 0.5% | 0.54% | - |
| HSV(B) | 341.69º | 0.6% | 0.77% | - |
| XYZ | 28.53 | 18.4 | 17.97 | - |
| YUV | 117.39 | 126.09 | 184.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 78 | 114 | 0 | 0.60 | 0.42 | 0.23 | 341.69 | 0.5 | 0.54 |
| Hex | C4 | 4E | 72 | 0 | 3C | 2A | 17 | 156 | 32 | 36 |
| Octal | 304 | 116 | 162 | 0 | 74 | 52 | 27 | 526 | 62 | 66 |
| Binary | 11000100 | 1001110 | 1110010 | 0 | 111100 | 101010 | 10111 | 101010110 | 110010 | 110110 |
Color Harmonies of #C44E72
Complementary color
Monochromatic Colors of #C44E72
Black with #C44E72
Text Example
Text Example
White with #C44E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44E72; }
p { color: rgb(196,78,114); }
H1.HeaderClassName
{
color: #C44E72;
}
.AnyTagClassName
{
color: #C44E72;
}
</style>
background-color css
<style>
a { background-color: #C44E72; }
a { background-color: rgb(196,78,114); }
div.DivClassName
{
background-color: #C44E72;
}
.BgClassName
{
background-color: #C44E72;
}
</style>
border-color css
<style>
span { border-color: #C44E72; }
span { border-color: rgb(196,78,114); }
td.TdClassName
{
border-color: #C44E72;
}
.TagClassName
{
border-color: #C44E72;
}
</style>