Shades of Mandy #C55D5F
Tints of Mandy #C55D5F
RGB
CMYK
RGB Variations
Color information
#C55D5F (or 0xC55D5F) is known color: Mandy. HEX triplet: C5, 5D and 5F. RGB value is (197,93,95). Sum of RGB (Red+Green+Blue) = 197+93+95=385 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.17% from 385); Green value is 93 (36.72% from 255 or 24.16% from 385); Blue value is 95 (37.5% from 255 or 24.68% from 385); Max value from RGB is 197 - color contains mainly: red. Hex color #C55D5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55D5F is #3AA2A0. Grayscale: #7C7C7C. Windows color (decimal): -3842721 or 6249925. OLE color: 6249925.
HSL color Cylindrical-coordinate representation of color #C55D5F: hue angle of 358.85º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C55D5F is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 93 | 95 | - |
| CMYK | 0 | 0.53 | 0.52 | 0.23 |
| HSL | 358.85º | 0.47% | 0.57% | - |
| HSV(B) | 358.85º | 0.53% | 0.77% | - |
| XYZ | 29.01 | 20.53 | 13.26 | - |
| YUV | 124.32 | 111.46 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 93 | 95 | 0 | 0.53 | 0.52 | 0.23 | 358.85 | 0.47 | 0.57 |
| Hex | C5 | 5D | 5F | 0 | 35 | 34 | 17 | 167 | 2F | 39 |
| Octal | 305 | 135 | 137 | 0 | 65 | 64 | 27 | 547 | 57 | 71 |
| Binary | 11000101 | 1011101 | 1011111 | 0 | 110101 | 110100 | 10111 | 101100111 | 101111 | 111001 |
Color Harmonies of #C55D5F
Complementary color
Monochromatic Colors of #C55D5F
Black with #C55D5F
Text Example
Text Example
White with #C55D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55D5F; }
p { color: rgb(197,93,95); }
H1.HeaderClassName
{
color: #C55D5F;
}
.AnyTagClassName
{
color: #C55D5F;
}
</style>
background-color css
<style>
a { background-color: #C55D5F; }
a { background-color: rgb(197,93,95); }
div.DivClassName
{
background-color: #C55D5F;
}
.BgClassName
{
background-color: #C55D5F;
}
</style>
border-color css
<style>
span { border-color: #C55D5F; }
span { border-color: rgb(197,93,95); }
td.TdClassName
{
border-color: #C55D5F;
}
.TagClassName
{
border-color: #C55D5F;
}
</style>