Shades of Cabaret #C44C6E
Tints of Cabaret #C44C6E
RGB
CMYK
RGB Variations
Color information
#C44C6E (or 0xC44C6E) is known color: Cabaret. HEX triplet: C4, 4C and 6E. RGB value is (196,76,110). Sum of RGB (Red+Green+Blue) = 196+76+110=382 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.31% from 382); Green value is 76 (30.08% from 255 or 19.90% from 382); Blue value is 110 (43.36% from 255 or 28.80% from 382); Max value from RGB is 196 - color contains mainly: red. Hex color #C44C6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44C6E is #3BB391. Grayscale: #737373. Windows color (decimal): -3912594 or 7228612. OLE color: 7228612.
HSL color Cylindrical-coordinate representation of color #C44C6E: hue angle of 343º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C44C6E is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 76 | 110 | - |
| CMYK | 0 | 0.61 | 0.44 | 0.23 |
| HSL | 343º | 0.5% | 0.53% | - |
| HSV(B) | 343º | 0.61% | 0.77% | - |
| XYZ | 28.16 | 18.03 | 16.75 | - |
| YUV | 115.76 | 124.76 | 185.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 76 | 110 | 0 | 0.61 | 0.44 | 0.23 | 343 | 0.5 | 0.53 |
| Hex | C4 | 4C | 6E | 0 | 3D | 2C | 17 | 157 | 32 | 35 |
| Octal | 304 | 114 | 156 | 0 | 75 | 54 | 27 | 527 | 62 | 65 |
| Binary | 11000100 | 1001100 | 1101110 | 0 | 111101 | 101100 | 10111 | 101010111 | 110010 | 110101 |
Color Harmonies of #C44C6E
Complementary color
Monochromatic Colors of #C44C6E
Black with #C44C6E
Text Example
Text Example
White with #C44C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44C6E; }
p { color: rgb(196,76,110); }
H1.HeaderClassName
{
color: #C44C6E;
}
.AnyTagClassName
{
color: #C44C6E;
}
</style>
background-color css
<style>
a { background-color: #C44C6E; }
a { background-color: rgb(196,76,110); }
div.DivClassName
{
background-color: #C44C6E;
}
.BgClassName
{
background-color: #C44C6E;
}
</style>
border-color css
<style>
span { border-color: #C44C6E; }
span { border-color: rgb(196,76,110); }
td.TdClassName
{
border-color: #C44C6E;
}
.TagClassName
{
border-color: #C44C6E;
}
</style>