Shades of Mandy #C5454C
Tints of Mandy #C5454C
RGB
CMYK
RGB Variations
Color information
#C5454C (or 0xC5454C) is known color: Mandy. HEX triplet: C5, 45 and 4C. RGB value is (197,69,76). Sum of RGB (Red+Green+Blue) = 197+69+76=342 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.60% from 342); Green value is 69 (27.34% from 255 or 20.18% from 342); Blue value is 76 (30.08% from 255 or 22.22% from 342); Max value from RGB is 197 - color contains mainly: red. Hex color #C5454C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5454C is #3ABAB3. Grayscale: #6C6C6C. Windows color (decimal): -3848884 or 4998597. OLE color: 4998597.
HSL color Cylindrical-coordinate representation of color #C5454C: hue angle of 356.72º 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 #C5454C is Cyan = 0, Magento = 0.65, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 69 | 76 | - |
| CMYK | 0 | 0.65 | 0.61 | 0.23 |
| HSL | 356.72º | 0.52% | 0.52% | - |
| HSV(B) | 356.72º | 0.65% | 0.77% | - |
| XYZ | 26.46 | 16.65 | 8.66 | - |
| YUV | 108.07 | 109.91 | 191.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 69 | 76 | 0 | 0.65 | 0.61 | 0.23 | 356.72 | 0.52 | 0.52 |
| Hex | C5 | 45 | 4C | 0 | 41 | 3D | 17 | 165 | 34 | 34 |
| Octal | 305 | 105 | 114 | 0 | 101 | 75 | 27 | 545 | 64 | 64 |
| Binary | 11000101 | 1000101 | 1001100 | 0 | 1000001 | 111101 | 10111 | 101100101 | 110100 | 110100 |
Color Harmonies of #C5454C
Complementary color
Monochromatic Colors of #C5454C
Black with #C5454C
Text Example
Text Example
White with #C5454C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5454C; }
p { color: rgb(197,69,76); }
H1.HeaderClassName
{
color: #C5454C;
}
.AnyTagClassName
{
color: #C5454C;
}
</style>
background-color css
<style>
a { background-color: #C5454C; }
a { background-color: rgb(197,69,76); }
div.DivClassName
{
background-color: #C5454C;
}
.BgClassName
{
background-color: #C5454C;
}
</style>
border-color css
<style>
span { border-color: #C5454C; }
span { border-color: rgb(197,69,76); }
td.TdClassName
{
border-color: #C5454C;
}
.TagClassName
{
border-color: #C5454C;
}
</style>