Shades of Mandy #C54153
Tints of Mandy #C54153
RGB
CMYK
RGB Variations
Color information
#C54153 (or 0xC54153) is known color: Mandy. HEX triplet: C5, 41 and 53. RGB value is (197,65,83). Sum of RGB (Red+Green+Blue) = 197+65+83=345 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.10% from 345); Green value is 65 (25.78% from 255 or 18.84% from 345); Blue value is 83 (32.81% from 255 or 24.06% from 345); Max value from RGB is 197 - color contains mainly: red. Hex color #C54153 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54153 is #3ABEAC. Grayscale: #6A6A6A. Windows color (decimal): -3849901 or 5456325. OLE color: 5456325.
HSL color Cylindrical-coordinate representation of color #C54153: hue angle of 351.82º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C54153 is Cyan = 0, Magento = 0.67, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 65 | 83 | - |
| CMYK | 0 | 0.67 | 0.58 | 0.23 |
| HSL | 351.82º | 0.53% | 0.51% | - |
| HSV(B) | 351.82º | 0.67% | 0.77% | - |
| XYZ | 26.48 | 16.28 | 9.93 | - |
| YUV | 106.52 | 114.73 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 65 | 83 | 0 | 0.67 | 0.58 | 0.23 | 351.82 | 0.53 | 0.51 |
| Hex | C5 | 41 | 53 | 0 | 43 | 3A | 17 | 160 | 35 | 33 |
| Octal | 305 | 101 | 123 | 0 | 103 | 72 | 27 | 540 | 65 | 63 |
| Binary | 11000101 | 1000001 | 1010011 | 0 | 1000011 | 111010 | 10111 | 101100000 | 110101 | 110011 |
Color Harmonies of #C54153
Complementary color
Monochromatic Colors of #C54153
Black with #C54153
Text Example
Text Example
White with #C54153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54153; }
p { color: rgb(197,65,83); }
H1.HeaderClassName
{
color: #C54153;
}
.AnyTagClassName
{
color: #C54153;
}
</style>
background-color css
<style>
a { background-color: #C54153; }
a { background-color: rgb(197,65,83); }
div.DivClassName
{
background-color: #C54153;
}
.BgClassName
{
background-color: #C54153;
}
</style>
border-color css
<style>
span { border-color: #C54153; }
span { border-color: rgb(197,65,83); }
td.TdClassName
{
border-color: #C54153;
}
.TagClassName
{
border-color: #C54153;
}
</style>