Shades of Mandy #C5495B
Tints of Mandy #C5495B
RGB
CMYK
RGB Variations
Color information
#C5495B (or 0xC5495B) is known color: Mandy. HEX triplet: C5, 49 and 5B. RGB value is (197,73,91). Sum of RGB (Red+Green+Blue) = 197+73+91=361 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.57% from 361); Green value is 73 (28.91% from 255 or 20.22% from 361); Blue value is 91 (35.94% from 255 or 25.21% from 361); Max value from RGB is 197 - color contains mainly: red. Hex color #C5495B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5495B is #3AB6A4. Grayscale: #707070. Windows color (decimal): -3847845 or 5982661. OLE color: 5982661.
HSL color Cylindrical-coordinate representation of color #C5495B: hue angle of 351.29º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C5495B is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 73 | 91 | - |
| CMYK | 0 | 0.63 | 0.54 | 0.23 |
| HSL | 351.29º | 0.52% | 0.53% | - |
| HSV(B) | 351.29º | 0.63% | 0.77% | - |
| XYZ | 27.3 | 17.39 | 11.82 | - |
| YUV | 112.13 | 116.08 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 73 | 91 | 0 | 0.63 | 0.54 | 0.23 | 351.29 | 0.52 | 0.53 |
| Hex | C5 | 49 | 5B | 0 | 3F | 36 | 17 | 15F | 34 | 35 |
| Octal | 305 | 111 | 133 | 0 | 77 | 66 | 27 | 537 | 64 | 65 |
| Binary | 11000101 | 1001001 | 1011011 | 0 | 111111 | 110110 | 10111 | 101011111 | 110100 | 110101 |
Color Harmonies of #C5495B
Complementary color
Monochromatic Colors of #C5495B
Black with #C5495B
Text Example
Text Example
White with #C5495B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5495B; }
p { color: rgb(197,73,91); }
H1.HeaderClassName
{
color: #C5495B;
}
.AnyTagClassName
{
color: #C5495B;
}
</style>
background-color css
<style>
a { background-color: #C5495B; }
a { background-color: rgb(197,73,91); }
div.DivClassName
{
background-color: #C5495B;
}
.BgClassName
{
background-color: #C5495B;
}
</style>
border-color css
<style>
span { border-color: #C5495B; }
span { border-color: rgb(197,73,91); }
td.TdClassName
{
border-color: #C5495B;
}
.TagClassName
{
border-color: #C5495B;
}
</style>