Shades of Mandy #C54852
Tints of Mandy #C54852
RGB
CMYK
RGB Variations
Color information
#C54852 (or 0xC54852) is known color: Mandy. HEX triplet: C5, 48 and 52. RGB value is (197,72,82). Sum of RGB (Red+Green+Blue) = 197+72+82=351 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.13% from 351); Green value is 72 (28.52% from 255 or 20.51% from 351); Blue value is 82 (32.42% from 255 or 23.36% from 351); Max value from RGB is 197 - color contains mainly: red. Hex color #C54852 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54852 is #3AB7AD. Grayscale: #6E6E6E. Windows color (decimal): -3848110 or 5392581. OLE color: 5392581.
HSL color Cylindrical-coordinate representation of color #C54852: hue angle of 355.2º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C54852 is Cyan = 0, Magento = 0.63, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 72 | 82 | - |
| CMYK | 0 | 0.63 | 0.58 | 0.23 |
| HSL | 355.2º | 0.52% | 0.53% | - |
| HSV(B) | 355.2º | 0.63% | 0.77% | - |
| XYZ | 26.87 | 17.11 | 9.87 | - |
| YUV | 110.52 | 111.91 | 189.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 72 | 82 | 0 | 0.63 | 0.58 | 0.23 | 355.2 | 0.52 | 0.53 |
| Hex | C5 | 48 | 52 | 0 | 3F | 3A | 17 | 163 | 34 | 35 |
| Octal | 305 | 110 | 122 | 0 | 77 | 72 | 27 | 543 | 64 | 65 |
| Binary | 11000101 | 1001000 | 1010010 | 0 | 111111 | 111010 | 10111 | 101100011 | 110100 | 110101 |
Color Harmonies of #C54852
Complementary color
Monochromatic Colors of #C54852
Black with #C54852
Text Example
Text Example
White with #C54852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54852; }
p { color: rgb(197,72,82); }
H1.HeaderClassName
{
color: #C54852;
}
.AnyTagClassName
{
color: #C54852;
}
</style>
background-color css
<style>
a { background-color: #C54852; }
a { background-color: rgb(197,72,82); }
div.DivClassName
{
background-color: #C54852;
}
.BgClassName
{
background-color: #C54852;
}
</style>
border-color css
<style>
span { border-color: #C54852; }
span { border-color: rgb(197,72,82); }
td.TdClassName
{
border-color: #C54852;
}
.TagClassName
{
border-color: #C54852;
}
</style>