Shades of Mandy #C44C55
Tints of Mandy #C44C55
RGB
CMYK
RGB Variations
Color information
#C44C55 (or 0xC44C55) is known color: Mandy. HEX triplet: C4, 4C and 55. RGB value is (196,76,85). Sum of RGB (Red+Green+Blue) = 196+76+85=357 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.90% from 357); Green value is 76 (30.08% from 255 or 21.29% from 357); Blue value is 85 (33.59% from 255 or 23.81% from 357); Max value from RGB is 196 - color contains mainly: red. Hex color #C44C55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44C55 is #3BB3AA. Grayscale: #707070. Windows color (decimal): -3912619 or 5590212. OLE color: 5590212.
HSL color Cylindrical-coordinate representation of color #C44C55: hue angle of 355.5º 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 #C44C55 is Cyan = 0, Magento = 0.61, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 76 | 85 | - |
| CMYK | 0 | 0.61 | 0.57 | 0.23 |
| HSL | 355.5º | 0.5% | 0.53% | - |
| HSV(B) | 355.5º | 0.61% | 0.77% | - |
| XYZ | 26.99 | 17.56 | 10.56 | - |
| YUV | 112.91 | 112.26 | 187.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 76 | 85 | 0 | 0.61 | 0.57 | 0.23 | 355.5 | 0.5 | 0.53 |
| Hex | C4 | 4C | 55 | 0 | 3D | 39 | 17 | 164 | 32 | 35 |
| Octal | 304 | 114 | 125 | 0 | 75 | 71 | 27 | 544 | 62 | 65 |
| Binary | 11000100 | 1001100 | 1010101 | 0 | 111101 | 111001 | 10111 | 101100100 | 110010 | 110101 |
Color Harmonies of #C44C55
Complementary color
Monochromatic Colors of #C44C55
Black with #C44C55
Text Example
Text Example
White with #C44C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44C55; }
p { color: rgb(196,76,85); }
H1.HeaderClassName
{
color: #C44C55;
}
.AnyTagClassName
{
color: #C44C55;
}
</style>
background-color css
<style>
a { background-color: #C44C55; }
a { background-color: rgb(196,76,85); }
div.DivClassName
{
background-color: #C44C55;
}
.BgClassName
{
background-color: #C44C55;
}
</style>
border-color css
<style>
span { border-color: #C44C55; }
span { border-color: rgb(196,76,85); }
td.TdClassName
{
border-color: #C44C55;
}
.TagClassName
{
border-color: #C44C55;
}
</style>