Shades of Mandy #C54558
Tints of Mandy #C54558
RGB
CMYK
RGB Variations
Color information
#C54558 (or 0xC54558) is known color: Mandy. HEX triplet: C5, 45 and 58. RGB value is (197,69,88). Sum of RGB (Red+Green+Blue) = 197+69+88=354 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.65% from 354); Green value is 69 (27.34% from 255 or 19.49% from 354); Blue value is 88 (34.77% from 255 or 24.86% from 354); Max value from RGB is 197 - color contains mainly: red. Hex color #C54558 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54558 is #3ABAA7. Grayscale: #6D6D6D. Windows color (decimal): -3848872 or 5785029. OLE color: 5785029.
HSL color Cylindrical-coordinate representation of color #C54558: hue angle of 351.09º 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 #C54558 is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 69 | 88 | - |
| CMYK | 0 | 0.65 | 0.55 | 0.23 |
| HSL | 351.09º | 0.52% | 0.52% | - |
| HSV(B) | 351.09º | 0.65% | 0.77% | - |
| XYZ | 26.92 | 16.83 | 11.06 | - |
| YUV | 109.44 | 115.91 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 69 | 88 | 0 | 0.65 | 0.55 | 0.23 | 351.09 | 0.52 | 0.52 |
| Hex | C5 | 45 | 58 | 0 | 41 | 37 | 17 | 15F | 34 | 34 |
| Octal | 305 | 105 | 130 | 0 | 101 | 67 | 27 | 537 | 64 | 64 |
| Binary | 11000101 | 1000101 | 1011000 | 0 | 1000001 | 110111 | 10111 | 101011111 | 110100 | 110100 |
Color Harmonies of #C54558
Complementary color
Monochromatic Colors of #C54558
Black with #C54558
Text Example
Text Example
White with #C54558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54558; }
p { color: rgb(197,69,88); }
H1.HeaderClassName
{
color: #C54558;
}
.AnyTagClassName
{
color: #C54558;
}
</style>
background-color css
<style>
a { background-color: #C54558; }
a { background-color: rgb(197,69,88); }
div.DivClassName
{
background-color: #C54558;
}
.BgClassName
{
background-color: #C54558;
}
</style>
border-color css
<style>
span { border-color: #C54558; }
span { border-color: rgb(197,69,88); }
td.TdClassName
{
border-color: #C54558;
}
.TagClassName
{
border-color: #C54558;
}
</style>