Shades of Mandy #C55053
Tints of Mandy #C55053
RGB
CMYK
RGB Variations
Color information
#C55053 (or 0xC55053) is known color: Mandy. HEX triplet: C5, 50 and 53. RGB value is (197,80,83). Sum of RGB (Red+Green+Blue) = 197+80+83=360 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.72% from 360); Green value is 80 (31.64% from 255 or 22.22% from 360); Blue value is 83 (32.81% from 255 or 23.06% from 360); Max value from RGB is 197 - color contains mainly: red. Hex color #C55053 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55053 is #3AAFAC. Grayscale: #737373. Windows color (decimal): -3846061 or 5460165. OLE color: 5460165.
HSL color Cylindrical-coordinate representation of color #C55053: hue angle of 358.46º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C55053 is Cyan = 0, Magento = 0.59, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 80 | 83 | - |
| CMYK | 0 | 0.59 | 0.58 | 0.23 |
| HSL | 358.46º | 0.5% | 0.54% | - |
| HSV(B) | 358.46º | 0.59% | 0.77% | - |
| XYZ | 27.46 | 18.23 | 10.26 | - |
| YUV | 115.33 | 109.76 | 186.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 80 | 83 | 0 | 0.59 | 0.58 | 0.23 | 358.46 | 0.5 | 0.54 |
| Hex | C5 | 50 | 53 | 0 | 3B | 3A | 17 | 166 | 32 | 36 |
| Octal | 305 | 120 | 123 | 0 | 73 | 72 | 27 | 546 | 62 | 66 |
| Binary | 11000101 | 1010000 | 1010011 | 0 | 111011 | 111010 | 10111 | 101100110 | 110010 | 110110 |
Color Harmonies of #C55053
Complementary color
Monochromatic Colors of #C55053
Black with #C55053
Text Example
Text Example
White with #C55053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55053; }
p { color: rgb(197,80,83); }
H1.HeaderClassName
{
color: #C55053;
}
.AnyTagClassName
{
color: #C55053;
}
</style>
background-color css
<style>
a { background-color: #C55053; }
a { background-color: rgb(197,80,83); }
div.DivClassName
{
background-color: #C55053;
}
.BgClassName
{
background-color: #C55053;
}
</style>
border-color css
<style>
span { border-color: #C55053; }
span { border-color: rgb(197,80,83); }
td.TdClassName
{
border-color: #C55053;
}
.TagClassName
{
border-color: #C55053;
}
</style>