Shades of Mandy #C54553
Tints of Mandy #C54553
RGB
CMYK
RGB Variations
Color information
#C54553 (or 0xC54553) is known color: Mandy. HEX triplet: C5, 45 and 53. RGB value is (197,69,83). Sum of RGB (Red+Green+Blue) = 197+69+83=349 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.45% from 349); Green value is 69 (27.34% from 255 or 19.77% from 349); Blue value is 83 (32.81% from 255 or 23.78% from 349); Max value from RGB is 197 - color contains mainly: red. Hex color #C54553 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54553 is #3ABAAC. Grayscale: #6C6C6C. Windows color (decimal): -3848877 or 5457349. OLE color: 5457349.
HSL color Cylindrical-coordinate representation of color #C54553: hue angle of 353.44º 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 #C54553 is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 69 | 83 | - |
| CMYK | 0 | 0.65 | 0.58 | 0.23 |
| HSL | 353.44º | 0.52% | 0.52% | - |
| HSV(B) | 353.44º | 0.65% | 0.77% | - |
| XYZ | 26.72 | 16.75 | 10.01 | - |
| YUV | 108.87 | 113.41 | 190.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 69 | 83 | 0 | 0.65 | 0.58 | 0.23 | 353.44 | 0.52 | 0.52 |
| Hex | C5 | 45 | 53 | 0 | 41 | 3A | 17 | 161 | 34 | 34 |
| Octal | 305 | 105 | 123 | 0 | 101 | 72 | 27 | 541 | 64 | 64 |
| Binary | 11000101 | 1000101 | 1010011 | 0 | 1000001 | 111010 | 10111 | 101100001 | 110100 | 110100 |
Color Harmonies of #C54553
Complementary color
Monochromatic Colors of #C54553
Black with #C54553
Text Example
Text Example
White with #C54553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54553; }
p { color: rgb(197,69,83); }
H1.HeaderClassName
{
color: #C54553;
}
.AnyTagClassName
{
color: #C54553;
}
</style>
background-color css
<style>
a { background-color: #C54553; }
a { background-color: rgb(197,69,83); }
div.DivClassName
{
background-color: #C54553;
}
.BgClassName
{
background-color: #C54553;
}
</style>
border-color css
<style>
span { border-color: #C54553; }
span { border-color: rgb(197,69,83); }
td.TdClassName
{
border-color: #C54553;
}
.TagClassName
{
border-color: #C54553;
}
</style>