Shades of Mandy #C55152
Tints of Mandy #C55152
RGB
CMYK
RGB Variations
Color information
#C55152 (or 0xC55152) is known color: Mandy. HEX triplet: C5, 51 and 52. RGB value is (197,81,82). Sum of RGB (Red+Green+Blue) = 197+81+82=360 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.72% from 360); Green value is 81 (32.03% from 255 or 22.5% from 360); Blue value is 82 (32.42% from 255 or 22.78% from 360); Max value from RGB is 197 - color contains mainly: red. Hex color #C55152 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55152 is #3AAEAD. Grayscale: #737373. Windows color (decimal): -3845806 or 5394885. OLE color: 5394885.
HSL color Cylindrical-coordinate representation of color #C55152: hue angle of 359.48º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C55152 is Cyan = 0, Magento = 0.59, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 81 | 82 | - |
| CMYK | 0 | 0.59 | 0.58 | 0.23 |
| HSL | 359.48º | 0.5% | 0.55% | - |
| HSV(B) | 359.48º | 0.59% | 0.77% | - |
| XYZ | 27.49 | 18.36 | 10.08 | - |
| YUV | 115.8 | 108.93 | 185.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 81 | 82 | 0 | 0.59 | 0.58 | 0.23 | 359.48 | 0.5 | 0.55 |
| Hex | C5 | 51 | 52 | 0 | 3B | 3A | 17 | 167 | 32 | 37 |
| Octal | 305 | 121 | 122 | 0 | 73 | 72 | 27 | 547 | 62 | 67 |
| Binary | 11000101 | 1010001 | 1010010 | 0 | 111011 | 111010 | 10111 | 101100111 | 110010 | 110111 |
Color Harmonies of #C55152
Complementary color
Monochromatic Colors of #C55152
Black with #C55152
Text Example
Text Example
White with #C55152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55152; }
p { color: rgb(197,81,82); }
H1.HeaderClassName
{
color: #C55152;
}
.AnyTagClassName
{
color: #C55152;
}
</style>
background-color css
<style>
a { background-color: #C55152; }
a { background-color: rgb(197,81,82); }
div.DivClassName
{
background-color: #C55152;
}
.BgClassName
{
background-color: #C55152;
}
</style>
border-color css
<style>
span { border-color: #C55152; }
span { border-color: rgb(197,81,82); }
td.TdClassName
{
border-color: #C55152;
}
.TagClassName
{
border-color: #C55152;
}
</style>