Shades of Mandy #C54252
Tints of Mandy #C54252
RGB
CMYK
RGB Variations
Color information
#C54252 (or 0xC54252) is known color: Mandy. HEX triplet: C5, 42 and 52. RGB value is (197,66,82). Sum of RGB (Red+Green+Blue) = 197+66+82=345 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.10% from 345); Green value is 66 (26.17% from 255 or 19.13% from 345); Blue value is 82 (32.42% from 255 or 23.77% from 345); Max value from RGB is 197 - color contains mainly: red. Hex color #C54252 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54252 is #3ABDAD. Grayscale: #6B6B6B. Windows color (decimal): -3849646 or 5391045. OLE color: 5391045.
HSL color Cylindrical-coordinate representation of color #C54252: hue angle of 352.67º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C54252 is Cyan = 0, Magento = 0.66, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 66 | 82 | - |
| CMYK | 0 | 0.66 | 0.58 | 0.23 |
| HSL | 352.67º | 0.53% | 0.52% | - |
| HSV(B) | 352.67º | 0.66% | 0.77% | - |
| XYZ | 26.5 | 16.38 | 9.75 | - |
| YUV | 106.99 | 113.9 | 192.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 66 | 82 | 0 | 0.66 | 0.58 | 0.23 | 352.67 | 0.53 | 0.52 |
| Hex | C5 | 42 | 52 | 0 | 42 | 3A | 17 | 161 | 35 | 34 |
| Octal | 305 | 102 | 122 | 0 | 102 | 72 | 27 | 541 | 65 | 64 |
| Binary | 11000101 | 1000010 | 1010010 | 0 | 1000010 | 111010 | 10111 | 101100001 | 110101 | 110100 |
Color Harmonies of #C54252
Complementary color
Monochromatic Colors of #C54252
Black with #C54252
Text Example
Text Example
White with #C54252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54252; }
p { color: rgb(197,66,82); }
H1.HeaderClassName
{
color: #C54252;
}
.AnyTagClassName
{
color: #C54252;
}
</style>
background-color css
<style>
a { background-color: #C54252; }
a { background-color: rgb(197,66,82); }
div.DivClassName
{
background-color: #C54252;
}
.BgClassName
{
background-color: #C54252;
}
</style>
border-color css
<style>
span { border-color: #C54252; }
span { border-color: rgb(197,66,82); }
td.TdClassName
{
border-color: #C54252;
}
.TagClassName
{
border-color: #C54252;
}
</style>