Shades of Mandy #C55C5D
Tints of Mandy #C55C5D
RGB
CMYK
RGB Variations
Color information
#C55C5D (or 0xC55C5D) is known color: Mandy. HEX triplet: C5, 5C and 5D. RGB value is (197,92,93). Sum of RGB (Red+Green+Blue) = 197+92+93=382 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.57% from 382); Green value is 92 (36.33% from 255 or 24.08% from 382); Blue value is 93 (36.72% from 255 or 24.35% from 382); Max value from RGB is 197 - color contains mainly: red. Hex color #C55C5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55C5D is #3AA3A2. Grayscale: #7B7B7B. Windows color (decimal): -3842979 or 6118597. OLE color: 6118597.
HSL color Cylindrical-coordinate representation of color #C55C5D: hue angle of 359.43º degrees, saturation: 0.48, 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 #C55C5D is Cyan = 0, Magento = 0.53, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 92 | 93 | - |
| CMYK | 0 | 0.53 | 0.53 | 0.23 |
| HSL | 359.43º | 0.48% | 0.57% | - |
| HSV(B) | 359.43º | 0.53% | 0.77% | - |
| XYZ | 28.83 | 20.31 | 12.76 | - |
| YUV | 123.51 | 110.79 | 180.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 92 | 93 | 0 | 0.53 | 0.53 | 0.23 | 359.43 | 0.48 | 0.57 |
| Hex | C5 | 5C | 5D | 0 | 35 | 35 | 17 | 167 | 30 | 39 |
| Octal | 305 | 134 | 135 | 0 | 65 | 65 | 27 | 547 | 60 | 71 |
| Binary | 11000101 | 1011100 | 1011101 | 0 | 110101 | 110101 | 10111 | 101100111 | 110000 | 111001 |
Color Harmonies of #C55C5D
Complementary color
Monochromatic Colors of #C55C5D
Black with #C55C5D
Text Example
Text Example
White with #C55C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55C5D; }
p { color: rgb(197,92,93); }
H1.HeaderClassName
{
color: #C55C5D;
}
.AnyTagClassName
{
color: #C55C5D;
}
</style>
background-color css
<style>
a { background-color: #C55C5D; }
a { background-color: rgb(197,92,93); }
div.DivClassName
{
background-color: #C55C5D;
}
.BgClassName
{
background-color: #C55C5D;
}
</style>
border-color css
<style>
span { border-color: #C55C5D; }
span { border-color: rgb(197,92,93); }
td.TdClassName
{
border-color: #C55C5D;
}
.TagClassName
{
border-color: #C55C5D;
}
</style>