Shades of Mandy #C54B51
Tints of Mandy #C54B51
RGB
CMYK
RGB Variations
Color information
#C54B51 (or 0xC54B51) is known color: Mandy. HEX triplet: C5, 4B and 51. RGB value is (197,75,81). Sum of RGB (Red+Green+Blue) = 197+75+81=353 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.81% from 353); Green value is 75 (29.69% from 255 or 21.25% from 353); Blue value is 81 (32.03% from 255 or 22.95% from 353); Max value from RGB is 197 - color contains mainly: red. Hex color #C54B51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54B51 is #3AB4AE. Grayscale: #707070. Windows color (decimal): -3847343 or 5327813. OLE color: 5327813.
HSL color Cylindrical-coordinate representation of color #C54B51: hue angle of 357.05º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C54B51 is Cyan = 0, Magento = 0.62, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 75 | 81 | - |
| CMYK | 0 | 0.62 | 0.59 | 0.23 |
| HSL | 357.05º | 0.51% | 0.53% | - |
| HSV(B) | 357.05º | 0.62% | 0.77% | - |
| XYZ | 27.03 | 17.5 | 9.74 | - |
| YUV | 112.16 | 110.42 | 188.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 75 | 81 | 0 | 0.62 | 0.59 | 0.23 | 357.05 | 0.51 | 0.53 |
| Hex | C5 | 4B | 51 | 0 | 3E | 3B | 17 | 165 | 33 | 35 |
| Octal | 305 | 113 | 121 | 0 | 76 | 73 | 27 | 545 | 63 | 65 |
| Binary | 11000101 | 1001011 | 1010001 | 0 | 111110 | 111011 | 10111 | 101100101 | 110011 | 110101 |
Color Harmonies of #C54B51
Complementary color
Monochromatic Colors of #C54B51
Black with #C54B51
Text Example
Text Example
White with #C54B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54B51; }
p { color: rgb(197,75,81); }
H1.HeaderClassName
{
color: #C54B51;
}
.AnyTagClassName
{
color: #C54B51;
}
</style>
background-color css
<style>
a { background-color: #C54B51; }
a { background-color: rgb(197,75,81); }
div.DivClassName
{
background-color: #C54B51;
}
.BgClassName
{
background-color: #C54B51;
}
</style>
border-color css
<style>
span { border-color: #C54B51; }
span { border-color: rgb(197,75,81); }
td.TdClassName
{
border-color: #C54B51;
}
.TagClassName
{
border-color: #C54B51;
}
</style>