Shades of Mandy #C54451
Tints of Mandy #C54451
RGB
CMYK
RGB Variations
Color information
#C54451 (or 0xC54451) is known color: Mandy. HEX triplet: C5, 44 and 51. RGB value is (197,68,81). Sum of RGB (Red+Green+Blue) = 197+68+81=346 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.94% from 346); Green value is 68 (26.95% from 255 or 19.65% from 346); Blue value is 81 (32.03% from 255 or 23.41% from 346); Max value from RGB is 197 - color contains mainly: red. Hex color #C54451 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54451 is #3ABBAE. Grayscale: #6C6C6C. Windows color (decimal): -3849135 or 5326021. OLE color: 5326021.
HSL color Cylindrical-coordinate representation of color #C54451: hue angle of 353.95º 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 #C54451 is Cyan = 0, Magento = 0.65, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 68 | 81 | - |
| CMYK | 0 | 0.65 | 0.59 | 0.23 |
| HSL | 353.95º | 0.53% | 0.52% | - |
| HSV(B) | 353.95º | 0.65% | 0.77% | - |
| XYZ | 26.58 | 16.6 | 9.59 | - |
| YUV | 108.05 | 112.74 | 191.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 68 | 81 | 0 | 0.65 | 0.59 | 0.23 | 353.95 | 0.53 | 0.52 |
| Hex | C5 | 44 | 51 | 0 | 41 | 3B | 17 | 162 | 35 | 34 |
| Octal | 305 | 104 | 121 | 0 | 101 | 73 | 27 | 542 | 65 | 64 |
| Binary | 11000101 | 1000100 | 1010001 | 0 | 1000001 | 111011 | 10111 | 101100010 | 110101 | 110100 |
Color Harmonies of #C54451
Complementary color
Monochromatic Colors of #C54451
Black with #C54451
Text Example
Text Example
White with #C54451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54451; }
p { color: rgb(197,68,81); }
H1.HeaderClassName
{
color: #C54451;
}
.AnyTagClassName
{
color: #C54451;
}
</style>
background-color css
<style>
a { background-color: #C54451; }
a { background-color: rgb(197,68,81); }
div.DivClassName
{
background-color: #C54451;
}
.BgClassName
{
background-color: #C54451;
}
</style>
border-color css
<style>
span { border-color: #C54451; }
span { border-color: rgb(197,68,81); }
td.TdClassName
{
border-color: #C54451;
}
.TagClassName
{
border-color: #C54451;
}
</style>