Shades of Mandy #C5455A
Tints of Mandy #C5455A
RGB
CMYK
RGB Variations
Color information
#C5455A (or 0xC5455A) is known color: Mandy. HEX triplet: C5, 45 and 5A. RGB value is (197,69,90). Sum of RGB (Red+Green+Blue) = 197+69+90=356 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.34% from 356); Green value is 69 (27.34% from 255 or 19.38% from 356); Blue value is 90 (35.55% from 255 or 25.28% from 356); Max value from RGB is 197 - color contains mainly: red. Hex color #C5455A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5455A is #3ABAA5. Grayscale: #6D6D6D. Windows color (decimal): -3848870 or 5916101. OLE color: 5916101.
HSL color Cylindrical-coordinate representation of color #C5455A: hue angle of 350.16º 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 #C5455A is Cyan = 0, Magento = 0.65, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 69 | 90 | - |
| CMYK | 0 | 0.65 | 0.54 | 0.23 |
| HSL | 350.16º | 0.52% | 0.52% | - |
| HSV(B) | 350.16º | 0.65% | 0.77% | - |
| XYZ | 27 | 16.86 | 11.51 | - |
| YUV | 109.67 | 116.91 | 190.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 69 | 90 | 0 | 0.65 | 0.54 | 0.23 | 350.16 | 0.52 | 0.52 |
| Hex | C5 | 45 | 5A | 0 | 41 | 36 | 17 | 15E | 34 | 34 |
| Octal | 305 | 105 | 132 | 0 | 101 | 66 | 27 | 536 | 64 | 64 |
| Binary | 11000101 | 1000101 | 1011010 | 0 | 1000001 | 110110 | 10111 | 101011110 | 110100 | 110100 |
Color Harmonies of #C5455A
Complementary color
Monochromatic Colors of #C5455A
Black with #C5455A
Text Example
Text Example
White with #C5455A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5455A; }
p { color: rgb(197,69,90); }
H1.HeaderClassName
{
color: #C5455A;
}
.AnyTagClassName
{
color: #C5455A;
}
</style>
background-color css
<style>
a { background-color: #C5455A; }
a { background-color: rgb(197,69,90); }
div.DivClassName
{
background-color: #C5455A;
}
.BgClassName
{
background-color: #C5455A;
}
</style>
border-color css
<style>
span { border-color: #C5455A; }
span { border-color: rgb(197,69,90); }
td.TdClassName
{
border-color: #C5455A;
}
.TagClassName
{
border-color: #C5455A;
}
</style>