Shades of Mandy #C5455F
Tints of Mandy #C5455F
RGB
CMYK
RGB Variations
Color information
#C5455F (or 0xC5455F) is known color: Mandy. HEX triplet: C5, 45 and 5F. RGB value is (197,69,95). Sum of RGB (Red+Green+Blue) = 197+69+95=361 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.57% from 361); Green value is 69 (27.34% from 255 or 19.11% from 361); Blue value is 95 (37.5% from 255 or 26.32% from 361); Max value from RGB is 197 - color contains mainly: red. Hex color #C5455F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5455F is #3ABAA0. Grayscale: #6E6E6E. Windows color (decimal): -3848865 or 6243781. OLE color: 6243781.
HSL color Cylindrical-coordinate representation of color #C5455F: hue angle of 347.81º 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 #C5455F is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 69 | 95 | - |
| CMYK | 0 | 0.65 | 0.52 | 0.23 |
| HSL | 347.81º | 0.52% | 0.52% | - |
| HSV(B) | 347.81º | 0.65% | 0.77% | - |
| XYZ | 27.22 | 16.95 | 12.66 | - |
| YUV | 110.24 | 119.41 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 69 | 95 | 0 | 0.65 | 0.52 | 0.23 | 347.81 | 0.52 | 0.52 |
| Hex | C5 | 45 | 5F | 0 | 41 | 34 | 17 | 15C | 34 | 34 |
| Octal | 305 | 105 | 137 | 0 | 101 | 64 | 27 | 534 | 64 | 64 |
| Binary | 11000101 | 1000101 | 1011111 | 0 | 1000001 | 110100 | 10111 | 101011100 | 110100 | 110100 |
Color Harmonies of #C5455F
Complementary color
Monochromatic Colors of #C5455F
Black with #C5455F
Text Example
Text Example
White with #C5455F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5455F; }
p { color: rgb(197,69,95); }
H1.HeaderClassName
{
color: #C5455F;
}
.AnyTagClassName
{
color: #C5455F;
}
</style>
background-color css
<style>
a { background-color: #C5455F; }
a { background-color: rgb(197,69,95); }
div.DivClassName
{
background-color: #C5455F;
}
.BgClassName
{
background-color: #C5455F;
}
</style>
border-color css
<style>
span { border-color: #C5455F; }
span { border-color: rgb(197,69,95); }
td.TdClassName
{
border-color: #C5455F;
}
.TagClassName
{
border-color: #C5455F;
}
</style>