Shades of Mandy #C54552
Tints of Mandy #C54552
RGB
CMYK
RGB Variations
Color information
#C54552 (or 0xC54552) is known color: Mandy. HEX triplet: C5, 45 and 52. RGB value is (197,69,82). Sum of RGB (Red+Green+Blue) = 197+69+82=348 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.61% from 348); Green value is 69 (27.34% from 255 or 19.83% from 348); Blue value is 82 (32.42% from 255 or 23.56% from 348); Max value from RGB is 197 - color contains mainly: red. Hex color #C54552 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54552 is #3ABAAD. Grayscale: #6C6C6C. Windows color (decimal): -3848878 or 5391813. OLE color: 5391813.
HSL color Cylindrical-coordinate representation of color #C54552: hue angle of 353.91º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C54552 is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 69 | 82 | - |
| CMYK | 0 | 0.65 | 0.58 | 0.23 |
| HSL | 353.91º | 0.52% | 0.52% | - |
| HSV(B) | 353.91º | 0.65% | 0.77% | - |
| XYZ | 26.68 | 16.74 | 9.81 | - |
| YUV | 108.75 | 112.91 | 190.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 69 | 82 | 0 | 0.65 | 0.58 | 0.23 | 353.91 | 0.52 | 0.52 |
| Hex | C5 | 45 | 52 | 0 | 41 | 3A | 17 | 162 | 34 | 34 |
| Octal | 305 | 105 | 122 | 0 | 101 | 72 | 27 | 542 | 64 | 64 |
| Binary | 11000101 | 1000101 | 1010010 | 0 | 1000001 | 111010 | 10111 | 101100010 | 110100 | 110100 |
Color Harmonies of #C54552
Complementary color
Monochromatic Colors of #C54552
Black with #C54552
Text Example
Text Example
White with #C54552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54552; }
p { color: rgb(197,69,82); }
H1.HeaderClassName
{
color: #C54552;
}
.AnyTagClassName
{
color: #C54552;
}
</style>
background-color css
<style>
a { background-color: #C54552; }
a { background-color: rgb(197,69,82); }
div.DivClassName
{
background-color: #C54552;
}
.BgClassName
{
background-color: #C54552;
}
</style>
border-color css
<style>
span { border-color: #C54552; }
span { border-color: rgb(197,69,82); }
td.TdClassName
{
border-color: #C54552;
}
.TagClassName
{
border-color: #C54552;
}
</style>