Shades of Mandy #C54B4F
Tints of Mandy #C54B4F
RGB
CMYK
RGB Variations
Color information
#C54B4F (or 0xC54B4F) is known color: Mandy. HEX triplet: C5, 4B and 4F. RGB value is (197,75,79). Sum of RGB (Red+Green+Blue) = 197+75+79=351 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.13% from 351); Green value is 75 (29.69% from 255 or 21.37% from 351); Blue value is 79 (31.25% from 255 or 22.51% from 351); Max value from RGB is 197 - color contains mainly: red. Hex color #C54B4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54B4F is #3AB4B0. Grayscale: #707070. Windows color (decimal): -3847345 or 5196741. OLE color: 5196741.
HSL color Cylindrical-coordinate representation of color #C54B4F: hue angle of 358.03º 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 #C54B4F is Cyan = 0, Magento = 0.62, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 75 | 79 | - |
| CMYK | 0 | 0.62 | 0.60 | 0.23 |
| HSL | 358.03º | 0.51% | 0.53% | - |
| HSV(B) | 358.03º | 0.62% | 0.77% | - |
| XYZ | 26.95 | 17.47 | 9.35 | - |
| YUV | 111.93 | 109.42 | 188.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 75 | 79 | 0 | 0.62 | 0.60 | 0.23 | 358.03 | 0.51 | 0.53 |
| Hex | C5 | 4B | 4F | 0 | 3E | 3C | 17 | 166 | 33 | 35 |
| Octal | 305 | 113 | 117 | 0 | 76 | 74 | 27 | 546 | 63 | 65 |
| Binary | 11000101 | 1001011 | 1001111 | 0 | 111110 | 111100 | 10111 | 101100110 | 110011 | 110101 |
Color Harmonies of #C54B4F
Complementary color
Monochromatic Colors of #C54B4F
Black with #C54B4F
Text Example
Text Example
White with #C54B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54B4F; }
p { color: rgb(197,75,79); }
H1.HeaderClassName
{
color: #C54B4F;
}
.AnyTagClassName
{
color: #C54B4F;
}
</style>
background-color css
<style>
a { background-color: #C54B4F; }
a { background-color: rgb(197,75,79); }
div.DivClassName
{
background-color: #C54B4F;
}
.BgClassName
{
background-color: #C54B4F;
}
</style>
border-color css
<style>
span { border-color: #C54B4F; }
span { border-color: rgb(197,75,79); }
td.TdClassName
{
border-color: #C54B4F;
}
.TagClassName
{
border-color: #C54B4F;
}
</style>