Shades of Mandy #C45155
Tints of Mandy #C45155
RGB
CMYK
RGB Variations
Color information
#C45155 (or 0xC45155) is known color: Mandy. HEX triplet: C4, 51 and 55. RGB value is (196,81,85). Sum of RGB (Red+Green+Blue) = 196+81+85=362 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.14% from 362); Green value is 81 (32.03% from 255 or 22.38% from 362); Blue value is 85 (33.59% from 255 or 23.48% from 362); Max value from RGB is 196 - color contains mainly: red. Hex color #C45155 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45155 is #3BAEAA. Grayscale: #737373. Windows color (decimal): -3911339 or 5591492. OLE color: 5591492.
HSL color Cylindrical-coordinate representation of color #C45155: hue angle of 357.91º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C45155 is Cyan = 0, Magento = 0.59, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 81 | 85 | - |
| CMYK | 0 | 0.59 | 0.57 | 0.23 |
| HSL | 357.91º | 0.49% | 0.54% | - |
| HSV(B) | 357.91º | 0.59% | 0.77% | - |
| XYZ | 27.35 | 18.28 | 10.68 | - |
| YUV | 115.84 | 110.6 | 185.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 81 | 85 | 0 | 0.59 | 0.57 | 0.23 | 357.91 | 0.49 | 0.54 |
| Hex | C4 | 51 | 55 | 0 | 3B | 39 | 17 | 166 | 31 | 36 |
| Octal | 304 | 121 | 125 | 0 | 73 | 71 | 27 | 546 | 61 | 66 |
| Binary | 11000100 | 1010001 | 1010101 | 0 | 111011 | 111001 | 10111 | 101100110 | 110001 | 110110 |
Color Harmonies of #C45155
Complementary color
Monochromatic Colors of #C45155
Black with #C45155
Text Example
Text Example
White with #C45155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45155; }
p { color: rgb(196,81,85); }
H1.HeaderClassName
{
color: #C45155;
}
.AnyTagClassName
{
color: #C45155;
}
</style>
background-color css
<style>
a { background-color: #C45155; }
a { background-color: rgb(196,81,85); }
div.DivClassName
{
background-color: #C45155;
}
.BgClassName
{
background-color: #C45155;
}
</style>
border-color css
<style>
span { border-color: #C45155; }
span { border-color: rgb(196,81,85); }
td.TdClassName
{
border-color: #C45155;
}
.TagClassName
{
border-color: #C45155;
}
</style>