Shades of Mandy #C54250
Tints of Mandy #C54250
RGB
CMYK
RGB Variations
Color information
#C54250 (or 0xC54250) is known color: Mandy. HEX triplet: C5, 42 and 50. RGB value is (197,66,80). Sum of RGB (Red+Green+Blue) = 197+66+80=343 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.43% from 343); Green value is 66 (26.17% from 255 or 19.24% from 343); Blue value is 80 (31.64% from 255 or 23.32% from 343); Max value from RGB is 197 - color contains mainly: red. Hex color #C54250 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54250 is #3ABDAF. Grayscale: #6A6A6A. Windows color (decimal): -3849648 or 5259973. OLE color: 5259973.
HSL color Cylindrical-coordinate representation of color #C54250: hue angle of 353.59º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C54250 is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 66 | 80 | - |
| CMYK | 0 | 0.66 | 0.59 | 0.23 |
| HSL | 353.59º | 0.53% | 0.52% | - |
| HSV(B) | 353.59º | 0.66% | 0.77% | - |
| XYZ | 26.42 | 16.35 | 9.35 | - |
| YUV | 106.77 | 112.9 | 192.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 66 | 80 | 0 | 0.66 | 0.59 | 0.23 | 353.59 | 0.53 | 0.52 |
| Hex | C5 | 42 | 50 | 0 | 42 | 3B | 17 | 162 | 35 | 34 |
| Octal | 305 | 102 | 120 | 0 | 102 | 73 | 27 | 542 | 65 | 64 |
| Binary | 11000101 | 1000010 | 1010000 | 0 | 1000010 | 111011 | 10111 | 101100010 | 110101 | 110100 |
Color Harmonies of #C54250
Complementary color
Monochromatic Colors of #C54250
Black with #C54250
Text Example
Text Example
White with #C54250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54250; }
p { color: rgb(197,66,80); }
H1.HeaderClassName
{
color: #C54250;
}
.AnyTagClassName
{
color: #C54250;
}
</style>
background-color css
<style>
a { background-color: #C54250; }
a { background-color: rgb(197,66,80); }
div.DivClassName
{
background-color: #C54250;
}
.BgClassName
{
background-color: #C54250;
}
</style>
border-color css
<style>
span { border-color: #C54250; }
span { border-color: rgb(197,66,80); }
td.TdClassName
{
border-color: #C54250;
}
.TagClassName
{
border-color: #C54250;
}
</style>