Shades of Mandy #C55558
Tints of Mandy #C55558
RGB
CMYK
RGB Variations
Color information
#C55558 (or 0xC55558) is known color: Mandy. HEX triplet: C5, 55 and 58. RGB value is (197,85,88). Sum of RGB (Red+Green+Blue) = 197+85+88=370 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.24% from 370); Green value is 85 (33.59% from 255 or 22.97% from 370); Blue value is 88 (34.77% from 255 or 23.78% from 370); Max value from RGB is 197 - color contains mainly: red. Hex color #C55558 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55558 is #3AAAA7. Grayscale: #767676. Windows color (decimal): -3844776 or 5789125. OLE color: 5789125.
HSL color Cylindrical-coordinate representation of color #C55558: hue angle of 358.39º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C55558 is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 85 | 88 | - |
| CMYK | 0 | 0.57 | 0.55 | 0.23 |
| HSL | 358.39º | 0.49% | 0.55% | - |
| HSV(B) | 358.39º | 0.57% | 0.77% | - |
| XYZ | 28.04 | 19.07 | 11.44 | - |
| YUV | 118.83 | 110.61 | 183.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 85 | 88 | 0 | 0.57 | 0.55 | 0.23 | 358.39 | 0.49 | 0.55 |
| Hex | C5 | 55 | 58 | 0 | 39 | 37 | 17 | 166 | 31 | 37 |
| Octal | 305 | 125 | 130 | 0 | 71 | 67 | 27 | 546 | 61 | 67 |
| Binary | 11000101 | 1010101 | 1011000 | 0 | 111001 | 110111 | 10111 | 101100110 | 110001 | 110111 |
Color Harmonies of #C55558
Complementary color
Monochromatic Colors of #C55558
Black with #C55558
Text Example
Text Example
White with #C55558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55558; }
p { color: rgb(197,85,88); }
H1.HeaderClassName
{
color: #C55558;
}
.AnyTagClassName
{
color: #C55558;
}
</style>
background-color css
<style>
a { background-color: #C55558; }
a { background-color: rgb(197,85,88); }
div.DivClassName
{
background-color: #C55558;
}
.BgClassName
{
background-color: #C55558;
}
</style>
border-color css
<style>
span { border-color: #C55558; }
span { border-color: rgb(197,85,88); }
td.TdClassName
{
border-color: #C55558;
}
.TagClassName
{
border-color: #C55558;
}
</style>