Shades of Mandy #C54454
Tints of Mandy #C54454
RGB
CMYK
RGB Variations
Color information
#C54454 (or 0xC54454) is known color: Mandy. HEX triplet: C5, 44 and 54. RGB value is (197,68,84). Sum of RGB (Red+Green+Blue) = 197+68+84=349 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.45% from 349); Green value is 68 (26.95% from 255 or 19.48% from 349); Blue value is 84 (33.20% from 255 or 24.07% from 349); Max value from RGB is 197 - color contains mainly: red. Hex color #C54454 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54454 is #3ABBAB. Grayscale: #6C6C6C. Windows color (decimal): -3849132 or 5522629. OLE color: 5522629.
HSL color Cylindrical-coordinate representation of color #C54454: hue angle of 352.56º degrees, saturation: 0.53, 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 #C54454 is Cyan = 0, Magento = 0.65, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 68 | 84 | - |
| CMYK | 0 | 0.65 | 0.57 | 0.23 |
| HSL | 352.56º | 0.53% | 0.52% | - |
| HSV(B) | 352.56º | 0.65% | 0.77% | - |
| XYZ | 26.69 | 16.64 | 10.19 | - |
| YUV | 108.4 | 114.24 | 191.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 68 | 84 | 0 | 0.65 | 0.57 | 0.23 | 352.56 | 0.53 | 0.52 |
| Hex | C5 | 44 | 54 | 0 | 41 | 39 | 17 | 161 | 35 | 34 |
| Octal | 305 | 104 | 124 | 0 | 101 | 71 | 27 | 541 | 65 | 64 |
| Binary | 11000101 | 1000100 | 1010100 | 0 | 1000001 | 111001 | 10111 | 101100001 | 110101 | 110100 |
Color Harmonies of #C54454
Complementary color
Monochromatic Colors of #C54454
Black with #C54454
Text Example
Text Example
White with #C54454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54454; }
p { color: rgb(197,68,84); }
H1.HeaderClassName
{
color: #C54454;
}
.AnyTagClassName
{
color: #C54454;
}
</style>
background-color css
<style>
a { background-color: #C54454; }
a { background-color: rgb(197,68,84); }
div.DivClassName
{
background-color: #C54454;
}
.BgClassName
{
background-color: #C54454;
}
</style>
border-color css
<style>
span { border-color: #C54454; }
span { border-color: rgb(197,68,84); }
td.TdClassName
{
border-color: #C54454;
}
.TagClassName
{
border-color: #C54454;
}
</style>