Shades of Mandy #C55461
Tints of Mandy #C55461
RGB
CMYK
RGB Variations
Color information
#C55461 (or 0xC55461) is known color: Mandy. HEX triplet: C5, 54 and 61. RGB value is (197,84,97). Sum of RGB (Red+Green+Blue) = 197+84+97=378 (50% of max value = 765). Red value is 197 (77.34% from 255 or 52.12% from 378); Green value is 84 (33.20% from 255 or 22.22% from 378); Blue value is 97 (38.28% from 255 or 25.66% from 378); Max value from RGB is 197 - color contains mainly: red. Hex color #C55461 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55461 is #3AAB9E. Grayscale: #777777. Windows color (decimal): -3845023 or 6378693. OLE color: 6378693.
HSL color Cylindrical-coordinate representation of color #C55461: hue angle of 353.1º 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 #C55461 is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 84 | 97 | - |
| CMYK | 0 | 0.57 | 0.51 | 0.23 |
| HSL | 353.1º | 0.49% | 0.55% | - |
| HSV(B) | 353.1º | 0.57% | 0.77% | - |
| XYZ | 28.35 | 19.07 | 13.5 | - |
| YUV | 119.27 | 115.44 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 84 | 97 | 0 | 0.57 | 0.51 | 0.23 | 353.1 | 0.49 | 0.55 |
| Hex | C5 | 54 | 61 | 0 | 39 | 33 | 17 | 161 | 31 | 37 |
| Octal | 305 | 124 | 141 | 0 | 71 | 63 | 27 | 541 | 61 | 67 |
| Binary | 11000101 | 1010100 | 1100001 | 0 | 111001 | 110011 | 10111 | 101100001 | 110001 | 110111 |
Color Harmonies of #C55461
Complementary color
Monochromatic Colors of #C55461
Black with #C55461
Text Example
Text Example
White with #C55461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55461; }
p { color: rgb(197,84,97); }
H1.HeaderClassName
{
color: #C55461;
}
.AnyTagClassName
{
color: #C55461;
}
</style>
background-color css
<style>
a { background-color: #C55461; }
a { background-color: rgb(197,84,97); }
div.DivClassName
{
background-color: #C55461;
}
.BgClassName
{
background-color: #C55461;
}
</style>
border-color css
<style>
span { border-color: #C55461; }
span { border-color: rgb(197,84,97); }
td.TdClassName
{
border-color: #C55461;
}
.TagClassName
{
border-color: #C55461;
}
</style>