Shades of Mandy #C55258
Tints of Mandy #C55258
RGB
CMYK
RGB Variations
Color information
#C55258 (or 0xC55258) is known color: Mandy. HEX triplet: C5, 52 and 58. RGB value is (197,82,88). Sum of RGB (Red+Green+Blue) = 197+82+88=367 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.68% from 367); Green value is 82 (32.42% from 255 or 22.34% from 367); Blue value is 88 (34.77% from 255 or 23.98% from 367); Max value from RGB is 197 - color contains mainly: red. Hex color #C55258 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55258 is #3AADA7. Grayscale: #757575. Windows color (decimal): -3845544 or 5788357. OLE color: 5788357.
HSL color Cylindrical-coordinate representation of color #C55258: hue angle of 356.87º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C55258 is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 82 | 88 | - |
| CMYK | 0 | 0.58 | 0.55 | 0.23 |
| HSL | 356.87º | 0.5% | 0.55% | - |
| HSV(B) | 356.87º | 0.58% | 0.77% | - |
| XYZ | 27.8 | 18.61 | 11.36 | - |
| YUV | 117.07 | 111.6 | 185.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 82 | 88 | 0 | 0.58 | 0.55 | 0.23 | 356.87 | 0.5 | 0.55 |
| Hex | C5 | 52 | 58 | 0 | 3A | 37 | 17 | 165 | 32 | 37 |
| Octal | 305 | 122 | 130 | 0 | 72 | 67 | 27 | 545 | 62 | 67 |
| Binary | 11000101 | 1010010 | 1011000 | 0 | 111010 | 110111 | 10111 | 101100101 | 110010 | 110111 |
Color Harmonies of #C55258
Complementary color
Monochromatic Colors of #C55258
Black with #C55258
Text Example
Text Example
White with #C55258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55258; }
p { color: rgb(197,82,88); }
H1.HeaderClassName
{
color: #C55258;
}
.AnyTagClassName
{
color: #C55258;
}
</style>
background-color css
<style>
a { background-color: #C55258; }
a { background-color: rgb(197,82,88); }
div.DivClassName
{
background-color: #C55258;
}
.BgClassName
{
background-color: #C55258;
}
</style>
border-color css
<style>
span { border-color: #C55258; }
span { border-color: rgb(197,82,88); }
td.TdClassName
{
border-color: #C55258;
}
.TagClassName
{
border-color: #C55258;
}
</style>