Shades of Mandy #C54159
Tints of Mandy #C54159
RGB
CMYK
RGB Variations
Color information
#C54159 (or 0xC54159) is known color: Mandy. HEX triplet: C5, 41 and 59. RGB value is (197,65,89). Sum of RGB (Red+Green+Blue) = 197+65+89=351 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.13% from 351); Green value is 65 (25.78% from 255 or 18.52% from 351); Blue value is 89 (35.16% from 255 or 25.36% from 351); Max value from RGB is 197 - color contains mainly: red. Hex color #C54159 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54159 is #3ABEA6. Grayscale: #6B6B6B. Windows color (decimal): -3849895 or 5849541. OLE color: 5849541.
HSL color Cylindrical-coordinate representation of color #C54159: hue angle of 349.09º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C54159 is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 65 | 89 | - |
| CMYK | 0 | 0.67 | 0.55 | 0.23 |
| HSL | 349.09º | 0.53% | 0.51% | - |
| HSV(B) | 349.09º | 0.67% | 0.77% | - |
| XYZ | 26.72 | 16.37 | 11.2 | - |
| YUV | 107.2 | 117.73 | 192.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 65 | 89 | 0 | 0.67 | 0.55 | 0.23 | 349.09 | 0.53 | 0.51 |
| Hex | C5 | 41 | 59 | 0 | 43 | 37 | 17 | 15D | 35 | 33 |
| Octal | 305 | 101 | 131 | 0 | 103 | 67 | 27 | 535 | 65 | 63 |
| Binary | 11000101 | 1000001 | 1011001 | 0 | 1000011 | 110111 | 10111 | 101011101 | 110101 | 110011 |
Color Harmonies of #C54159
Complementary color
Monochromatic Colors of #C54159
Black with #C54159
Text Example
Text Example
White with #C54159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54159; }
p { color: rgb(197,65,89); }
H1.HeaderClassName
{
color: #C54159;
}
.AnyTagClassName
{
color: #C54159;
}
</style>
background-color css
<style>
a { background-color: #C54159; }
a { background-color: rgb(197,65,89); }
div.DivClassName
{
background-color: #C54159;
}
.BgClassName
{
background-color: #C54159;
}
</style>
border-color css
<style>
span { border-color: #C54159; }
span { border-color: rgb(197,65,89); }
td.TdClassName
{
border-color: #C54159;
}
.TagClassName
{
border-color: #C54159;
}
</style>