Shades of Mandy #C5515C
Tints of Mandy #C5515C
RGB
CMYK
RGB Variations
Color information
#C5515C (or 0xC5515C) is known color: Mandy. HEX triplet: C5, 51 and 5C. RGB value is (197,81,92). Sum of RGB (Red+Green+Blue) = 197+81+92=370 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.24% from 370); Green value is 81 (32.03% from 255 or 21.89% from 370); Blue value is 92 (36.33% from 255 or 24.86% from 370); Max value from RGB is 197 - color contains mainly: red. Hex color #C5515C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5515C is #3AAEA3. Grayscale: #757575. Windows color (decimal): -3845796 or 6050245. OLE color: 6050245.
HSL color Cylindrical-coordinate representation of color #C5515C: hue angle of 354.31º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C5515C is Cyan = 0, Magento = 0.59, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 81 | 92 | - |
| CMYK | 0 | 0.59 | 0.53 | 0.23 |
| HSL | 354.31º | 0.5% | 0.55% | - |
| HSV(B) | 354.31º | 0.59% | 0.77% | - |
| XYZ | 27.9 | 18.53 | 12.23 | - |
| YUV | 116.94 | 113.93 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 81 | 92 | 0 | 0.59 | 0.53 | 0.23 | 354.31 | 0.5 | 0.55 |
| Hex | C5 | 51 | 5C | 0 | 3B | 35 | 17 | 162 | 32 | 37 |
| Octal | 305 | 121 | 134 | 0 | 73 | 65 | 27 | 542 | 62 | 67 |
| Binary | 11000101 | 1010001 | 1011100 | 0 | 111011 | 110101 | 10111 | 101100010 | 110010 | 110111 |
Color Harmonies of #C5515C
Complementary color
Monochromatic Colors of #C5515C
Black with #C5515C
Text Example
Text Example
White with #C5515C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5515C; }
p { color: rgb(197,81,92); }
H1.HeaderClassName
{
color: #C5515C;
}
.AnyTagClassName
{
color: #C5515C;
}
</style>
background-color css
<style>
a { background-color: #C5515C; }
a { background-color: rgb(197,81,92); }
div.DivClassName
{
background-color: #C5515C;
}
.BgClassName
{
background-color: #C5515C;
}
</style>
border-color css
<style>
span { border-color: #C5515C; }
span { border-color: rgb(197,81,92); }
td.TdClassName
{
border-color: #C5515C;
}
.TagClassName
{
border-color: #C5515C;
}
</style>