Shades of Mandy #C54B61
Tints of Mandy #C54B61
RGB
CMYK
RGB Variations
Color information
#C54B61 (or 0xC54B61) is known color: Mandy. HEX triplet: C5, 4B and 61. RGB value is (197,75,97). Sum of RGB (Red+Green+Blue) = 197+75+97=369 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.39% from 369); Green value is 75 (29.69% from 255 or 20.33% from 369); Blue value is 97 (38.28% from 255 or 26.29% from 369); Max value from RGB is 197 - color contains mainly: red. Hex color #C54B61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54B61 is #3AB49E. Grayscale: #727272. Windows color (decimal): -3847327 or 6376389. OLE color: 6376389.
HSL color Cylindrical-coordinate representation of color #C54B61: hue angle of 349.18º 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 #C54B61 is Cyan = 0, Magento = 0.62, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 75 | 97 | - |
| CMYK | 0 | 0.62 | 0.51 | 0.23 |
| HSL | 349.18º | 0.51% | 0.53% | - |
| HSV(B) | 349.18º | 0.62% | 0.77% | - |
| XYZ | 27.7 | 17.77 | 13.28 | - |
| YUV | 113.99 | 118.42 | 187.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 75 | 97 | 0 | 0.62 | 0.51 | 0.23 | 349.18 | 0.51 | 0.53 |
| Hex | C5 | 4B | 61 | 0 | 3E | 33 | 17 | 15D | 33 | 35 |
| Octal | 305 | 113 | 141 | 0 | 76 | 63 | 27 | 535 | 63 | 65 |
| Binary | 11000101 | 1001011 | 1100001 | 0 | 111110 | 110011 | 10111 | 101011101 | 110011 | 110101 |
Color Harmonies of #C54B61
Complementary color
Monochromatic Colors of #C54B61
Black with #C54B61
Text Example
Text Example
White with #C54B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54B61; }
p { color: rgb(197,75,97); }
H1.HeaderClassName
{
color: #C54B61;
}
.AnyTagClassName
{
color: #C54B61;
}
</style>
background-color css
<style>
a { background-color: #C54B61; }
a { background-color: rgb(197,75,97); }
div.DivClassName
{
background-color: #C54B61;
}
.BgClassName
{
background-color: #C54B61;
}
</style>
border-color css
<style>
span { border-color: #C54B61; }
span { border-color: rgb(197,75,97); }
td.TdClassName
{
border-color: #C54B61;
}
.TagClassName
{
border-color: #C54B61;
}
</style>