Shades of Mandy #C54556
Tints of Mandy #C54556
RGB
CMYK
RGB Variations
Color information
#C54556 (or 0xC54556) is known color: Mandy. HEX triplet: C5, 45 and 56. RGB value is (197,69,86). Sum of RGB (Red+Green+Blue) = 197+69+86=352 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.97% from 352); Green value is 69 (27.34% from 255 or 19.60% from 352); Blue value is 86 (33.98% from 255 or 24.43% from 352); Max value from RGB is 197 - color contains mainly: red. Hex color #C54556 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54556 is #3ABAA9. Grayscale: #6D6D6D. Windows color (decimal): -3848874 or 5653957. OLE color: 5653957.
HSL color Cylindrical-coordinate representation of color #C54556: hue angle of 352.03º 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 #C54556 is Cyan = 0, Magento = 0.65, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 69 | 86 | - |
| CMYK | 0 | 0.65 | 0.56 | 0.23 |
| HSL | 352.03º | 0.52% | 0.52% | - |
| HSV(B) | 352.03º | 0.65% | 0.77% | - |
| XYZ | 26.83 | 16.8 | 10.63 | - |
| YUV | 109.21 | 114.91 | 190.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 69 | 86 | 0 | 0.65 | 0.56 | 0.23 | 352.03 | 0.52 | 0.52 |
| Hex | C5 | 45 | 56 | 0 | 41 | 38 | 17 | 160 | 34 | 34 |
| Octal | 305 | 105 | 126 | 0 | 101 | 70 | 27 | 540 | 64 | 64 |
| Binary | 11000101 | 1000101 | 1010110 | 0 | 1000001 | 111000 | 10111 | 101100000 | 110100 | 110100 |
Color Harmonies of #C54556
Complementary color
Monochromatic Colors of #C54556
Black with #C54556
Text Example
Text Example
White with #C54556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54556; }
p { color: rgb(197,69,86); }
H1.HeaderClassName
{
color: #C54556;
}
.AnyTagClassName
{
color: #C54556;
}
</style>
background-color css
<style>
a { background-color: #C54556; }
a { background-color: rgb(197,69,86); }
div.DivClassName
{
background-color: #C54556;
}
.BgClassName
{
background-color: #C54556;
}
</style>
border-color css
<style>
span { border-color: #C54556; }
span { border-color: rgb(197,69,86); }
td.TdClassName
{
border-color: #C54556;
}
.TagClassName
{
border-color: #C54556;
}
</style>