Shades of Mandy #C54B53
Tints of Mandy #C54B53
RGB
CMYK
RGB Variations
Color information
#C54B53 (or 0xC54B53) is known color: Mandy. HEX triplet: C5, 4B and 53. RGB value is (197,75,83). Sum of RGB (Red+Green+Blue) = 197+75+83=355 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.49% from 355); Green value is 75 (29.69% from 255 or 21.13% from 355); Blue value is 83 (32.81% from 255 or 23.38% from 355); Max value from RGB is 197 - color contains mainly: red. Hex color #C54B53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54B53 is #3AB4AC. Grayscale: #707070. Windows color (decimal): -3847341 or 5458885. OLE color: 5458885.
HSL color Cylindrical-coordinate representation of color #C54B53: hue angle of 356.07º 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 #C54B53 is Cyan = 0, Magento = 0.62, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 75 | 83 | - |
| CMYK | 0 | 0.62 | 0.58 | 0.23 |
| HSL | 356.07º | 0.51% | 0.53% | - |
| HSV(B) | 356.07º | 0.62% | 0.77% | - |
| XYZ | 27.1 | 17.53 | 10.14 | - |
| YUV | 112.39 | 111.42 | 188.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 75 | 83 | 0 | 0.62 | 0.58 | 0.23 | 356.07 | 0.51 | 0.53 |
| Hex | C5 | 4B | 53 | 0 | 3E | 3A | 17 | 164 | 33 | 35 |
| Octal | 305 | 113 | 123 | 0 | 76 | 72 | 27 | 544 | 63 | 65 |
| Binary | 11000101 | 1001011 | 1010011 | 0 | 111110 | 111010 | 10111 | 101100100 | 110011 | 110101 |
Color Harmonies of #C54B53
Complementary color
Monochromatic Colors of #C54B53
Black with #C54B53
Text Example
Text Example
White with #C54B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54B53; }
p { color: rgb(197,75,83); }
H1.HeaderClassName
{
color: #C54B53;
}
.AnyTagClassName
{
color: #C54B53;
}
</style>
background-color css
<style>
a { background-color: #C54B53; }
a { background-color: rgb(197,75,83); }
div.DivClassName
{
background-color: #C54B53;
}
.BgClassName
{
background-color: #C54B53;
}
</style>
border-color css
<style>
span { border-color: #C54B53; }
span { border-color: rgb(197,75,83); }
td.TdClassName
{
border-color: #C54B53;
}
.TagClassName
{
border-color: #C54B53;
}
</style>