Shades of Mandy #C54358
Tints of Mandy #C54358
RGB
CMYK
RGB Variations
Color information
#C54358 (or 0xC54358) is known color: Mandy. HEX triplet: C5, 43 and 58. RGB value is (197,67,88). Sum of RGB (Red+Green+Blue) = 197+67+88=352 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.97% from 352); Green value is 67 (26.56% from 255 or 19.03% from 352); Blue value is 88 (34.77% from 255 or 25% from 352); Max value from RGB is 197 - color contains mainly: red. Hex color #C54358 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54358 is #3ABCA7. Grayscale: #6C6C6C. Windows color (decimal): -3849384 or 5784517. OLE color: 5784517.
HSL color Cylindrical-coordinate representation of color #C54358: hue angle of 350.31º 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 #C54358 is Cyan = 0, Magento = 0.66, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 67 | 88 | - |
| CMYK | 0 | 0.66 | 0.55 | 0.23 |
| HSL | 350.31º | 0.53% | 0.52% | - |
| HSV(B) | 350.31º | 0.66% | 0.77% | - |
| XYZ | 26.79 | 16.59 | 11.02 | - |
| YUV | 108.26 | 116.57 | 191.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 67 | 88 | 0 | 0.66 | 0.55 | 0.23 | 350.31 | 0.53 | 0.52 |
| Hex | C5 | 43 | 58 | 0 | 42 | 37 | 17 | 15E | 35 | 34 |
| Octal | 305 | 103 | 130 | 0 | 102 | 67 | 27 | 536 | 65 | 64 |
| Binary | 11000101 | 1000011 | 1011000 | 0 | 1000010 | 110111 | 10111 | 101011110 | 110101 | 110100 |
Color Harmonies of #C54358
Complementary color
Monochromatic Colors of #C54358
Black with #C54358
Text Example
Text Example
White with #C54358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54358; }
p { color: rgb(197,67,88); }
H1.HeaderClassName
{
color: #C54358;
}
.AnyTagClassName
{
color: #C54358;
}
</style>
background-color css
<style>
a { background-color: #C54358; }
a { background-color: rgb(197,67,88); }
div.DivClassName
{
background-color: #C54358;
}
.BgClassName
{
background-color: #C54358;
}
</style>
border-color css
<style>
span { border-color: #C54358; }
span { border-color: rgb(197,67,88); }
td.TdClassName
{
border-color: #C54358;
}
.TagClassName
{
border-color: #C54358;
}
</style>