Shades of Mandy #C5455E
Tints of Mandy #C5455E
RGB
CMYK
RGB Variations
Color information
#C5455E (or 0xC5455E) is known color: Mandy. HEX triplet: C5, 45 and 5E. RGB value is (197,69,94). Sum of RGB (Red+Green+Blue) = 197+69+94=360 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.72% from 360); Green value is 69 (27.34% from 255 or 19.17% from 360); Blue value is 94 (37.11% from 255 or 26.11% from 360); Max value from RGB is 197 - color contains mainly: red. Hex color #C5455E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5455E is #3ABAA1. Grayscale: #6E6E6E. Windows color (decimal): -3848866 or 6178245. OLE color: 6178245.
HSL color Cylindrical-coordinate representation of color #C5455E: hue angle of 348.28º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C5455E is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 69 | 94 | - |
| CMYK | 0 | 0.65 | 0.52 | 0.23 |
| HSL | 348.28º | 0.52% | 0.52% | - |
| HSV(B) | 348.28º | 0.65% | 0.77% | - |
| XYZ | 27.17 | 16.93 | 12.43 | - |
| YUV | 110.12 | 118.91 | 189.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 69 | 94 | 0 | 0.65 | 0.52 | 0.23 | 348.28 | 0.52 | 0.52 |
| Hex | C5 | 45 | 5E | 0 | 41 | 34 | 17 | 15C | 34 | 34 |
| Octal | 305 | 105 | 136 | 0 | 101 | 64 | 27 | 534 | 64 | 64 |
| Binary | 11000101 | 1000101 | 1011110 | 0 | 1000001 | 110100 | 10111 | 101011100 | 110100 | 110100 |
Color Harmonies of #C5455E
Complementary color
Monochromatic Colors of #C5455E
Black with #C5455E
Text Example
Text Example
White with #C5455E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5455E; }
p { color: rgb(197,69,94); }
H1.HeaderClassName
{
color: #C5455E;
}
.AnyTagClassName
{
color: #C5455E;
}
</style>
background-color css
<style>
a { background-color: #C5455E; }
a { background-color: rgb(197,69,94); }
div.DivClassName
{
background-color: #C5455E;
}
.BgClassName
{
background-color: #C5455E;
}
</style>
border-color css
<style>
span { border-color: #C5455E; }
span { border-color: rgb(197,69,94); }
td.TdClassName
{
border-color: #C5455E;
}
.TagClassName
{
border-color: #C5455E;
}
</style>