Shades of Mandy #C54953
Tints of Mandy #C54953
RGB
CMYK
RGB Variations
Color information
#C54953 (or 0xC54953) is known color: Mandy. HEX triplet: C5, 49 and 53. RGB value is (197,73,83). Sum of RGB (Red+Green+Blue) = 197+73+83=353 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.81% from 353); Green value is 73 (28.91% from 255 or 20.68% from 353); Blue value is 83 (32.81% from 255 or 23.51% from 353); Max value from RGB is 197 - color contains mainly: red. Hex color #C54953 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54953 is #3AB6AC. Grayscale: #6F6F6F. Windows color (decimal): -3847853 or 5458373. OLE color: 5458373.
HSL color Cylindrical-coordinate representation of color #C54953: hue angle of 355.16º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C54953 is Cyan = 0, Magento = 0.63, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 73 | 83 | - |
| CMYK | 0 | 0.63 | 0.58 | 0.23 |
| HSL | 355.16º | 0.52% | 0.53% | - |
| HSV(B) | 355.16º | 0.63% | 0.77% | - |
| XYZ | 26.97 | 17.26 | 10.09 | - |
| YUV | 111.22 | 112.08 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 73 | 83 | 0 | 0.63 | 0.58 | 0.23 | 355.16 | 0.52 | 0.53 |
| Hex | C5 | 49 | 53 | 0 | 3F | 3A | 17 | 163 | 34 | 35 |
| Octal | 305 | 111 | 123 | 0 | 77 | 72 | 27 | 543 | 64 | 65 |
| Binary | 11000101 | 1001001 | 1010011 | 0 | 111111 | 111010 | 10111 | 101100011 | 110100 | 110101 |
Color Harmonies of #C54953
Complementary color
Monochromatic Colors of #C54953
Black with #C54953
Text Example
Text Example
White with #C54953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54953; }
p { color: rgb(197,73,83); }
H1.HeaderClassName
{
color: #C54953;
}
.AnyTagClassName
{
color: #C54953;
}
</style>
background-color css
<style>
a { background-color: #C54953; }
a { background-color: rgb(197,73,83); }
div.DivClassName
{
background-color: #C54953;
}
.BgClassName
{
background-color: #C54953;
}
</style>
border-color css
<style>
span { border-color: #C54953; }
span { border-color: rgb(197,73,83); }
td.TdClassName
{
border-color: #C54953;
}
.TagClassName
{
border-color: #C54953;
}
</style>