Shades of Mandy #C44C5A
Tints of Mandy #C44C5A
RGB
CMYK
RGB Variations
Color information
#C44C5A (or 0xC44C5A) is known color: Mandy. HEX triplet: C4, 4C and 5A. RGB value is (196,76,90). Sum of RGB (Red+Green+Blue) = 196+76+90=362 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.14% from 362); Green value is 76 (30.08% from 255 or 20.99% from 362); Blue value is 90 (35.55% from 255 or 24.86% from 362); Max value from RGB is 196 - color contains mainly: red. Hex color #C44C5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44C5A is #3BB3A5. Grayscale: #717171. Windows color (decimal): -3912614 or 5917892. OLE color: 5917892.
HSL color Cylindrical-coordinate representation of color #C44C5A: hue angle of 353º 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 #C44C5A is Cyan = 0, Magento = 0.61, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 76 | 90 | - |
| CMYK | 0 | 0.61 | 0.54 | 0.23 |
| HSL | 353º | 0.5% | 0.53% | - |
| HSV(B) | 353º | 0.61% | 0.77% | - |
| XYZ | 27.19 | 17.64 | 11.64 | - |
| YUV | 113.48 | 114.76 | 186.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 76 | 90 | 0 | 0.61 | 0.54 | 0.23 | 353 | 0.5 | 0.53 |
| Hex | C4 | 4C | 5A | 0 | 3D | 36 | 17 | 161 | 32 | 35 |
| Octal | 304 | 114 | 132 | 0 | 75 | 66 | 27 | 541 | 62 | 65 |
| Binary | 11000100 | 1001100 | 1011010 | 0 | 111101 | 110110 | 10111 | 101100001 | 110010 | 110101 |
Color Harmonies of #C44C5A
Complementary color
Monochromatic Colors of #C44C5A
Black with #C44C5A
Text Example
Text Example
White with #C44C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44C5A; }
p { color: rgb(196,76,90); }
H1.HeaderClassName
{
color: #C44C5A;
}
.AnyTagClassName
{
color: #C44C5A;
}
</style>
background-color css
<style>
a { background-color: #C44C5A; }
a { background-color: rgb(196,76,90); }
div.DivClassName
{
background-color: #C44C5A;
}
.BgClassName
{
background-color: #C44C5A;
}
</style>
border-color css
<style>
span { border-color: #C44C5A; }
span { border-color: rgb(196,76,90); }
td.TdClassName
{
border-color: #C44C5A;
}
.TagClassName
{
border-color: #C44C5A;
}
</style>