Shades of Mandy #C54C5A
Tints of Mandy #C54C5A
RGB
CMYK
RGB Variations
Color information
#C54C5A (or 0xC54C5A) is known color: Mandy. HEX triplet: C5, 4C and 5A. RGB value is (197,76,90). Sum of RGB (Red+Green+Blue) = 197+76+90=363 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.27% from 363); Green value is 76 (30.08% from 255 or 20.94% from 363); Blue value is 90 (35.55% from 255 or 24.79% from 363); Max value from RGB is 197 - color contains mainly: red. Hex color #C54C5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54C5A is #3AB3A5. Grayscale: #717171. Windows color (decimal): -3847078 or 5917893. OLE color: 5917893.
HSL color Cylindrical-coordinate representation of color #C54C5A: hue angle of 353.06º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C54C5A is Cyan = 0, Magento = 0.61, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 76 | 90 | - |
| CMYK | 0 | 0.61 | 0.54 | 0.23 |
| HSL | 353.06º | 0.51% | 0.54% | - |
| HSV(B) | 353.06º | 0.61% | 0.77% | - |
| XYZ | 27.46 | 17.78 | 11.66 | - |
| YUV | 113.78 | 114.59 | 187.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 76 | 90 | 0 | 0.61 | 0.54 | 0.23 | 353.06 | 0.51 | 0.54 |
| Hex | C5 | 4C | 5A | 0 | 3D | 36 | 17 | 161 | 33 | 36 |
| Octal | 305 | 114 | 132 | 0 | 75 | 66 | 27 | 541 | 63 | 66 |
| Binary | 11000101 | 1001100 | 1011010 | 0 | 111101 | 110110 | 10111 | 101100001 | 110011 | 110110 |
Color Harmonies of #C54C5A
Complementary color
Monochromatic Colors of #C54C5A
Black with #C54C5A
Text Example
Text Example
White with #C54C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54C5A; }
p { color: rgb(197,76,90); }
H1.HeaderClassName
{
color: #C54C5A;
}
.AnyTagClassName
{
color: #C54C5A;
}
</style>
background-color css
<style>
a { background-color: #C54C5A; }
a { background-color: rgb(197,76,90); }
div.DivClassName
{
background-color: #C54C5A;
}
.BgClassName
{
background-color: #C54C5A;
}
</style>
border-color css
<style>
span { border-color: #C54C5A; }
span { border-color: rgb(197,76,90); }
td.TdClassName
{
border-color: #C54C5A;
}
.TagClassName
{
border-color: #C54C5A;
}
</style>