Shades of Mandy #C5494B
Tints of Mandy #C5494B
RGB
CMYK
RGB Variations
Color information
#C5494B (or 0xC5494B) is known color: Mandy. HEX triplet: C5, 49 and 4B. RGB value is (197,73,75). Sum of RGB (Red+Green+Blue) = 197+73+75=345 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.10% from 345); Green value is 73 (28.91% from 255 or 21.16% from 345); Blue value is 75 (29.69% from 255 or 21.74% from 345); Max value from RGB is 197 - color contains mainly: red. Hex color #C5494B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5494B is #3AB6B4. Grayscale: #6E6E6E. Windows color (decimal): -3847861 or 4934085. OLE color: 4934085.
HSL color Cylindrical-coordinate representation of color #C5494B: hue angle of 359.03º 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 #C5494B is Cyan = 0, Magento = 0.63, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 73 | 75 | - |
| CMYK | 0 | 0.63 | 0.62 | 0.23 |
| HSL | 359.03º | 0.52% | 0.53% | - |
| HSV(B) | 359.03º | 0.63% | 0.77% | - |
| XYZ | 26.68 | 17.14 | 8.56 | - |
| YUV | 110.3 | 108.08 | 189.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 73 | 75 | 0 | 0.63 | 0.62 | 0.23 | 359.03 | 0.52 | 0.53 |
| Hex | C5 | 49 | 4B | 0 | 3F | 3E | 17 | 167 | 34 | 35 |
| Octal | 305 | 111 | 113 | 0 | 77 | 76 | 27 | 547 | 64 | 65 |
| Binary | 11000101 | 1001001 | 1001011 | 0 | 111111 | 111110 | 10111 | 101100111 | 110100 | 110101 |
Color Harmonies of #C5494B
Complementary color
Monochromatic Colors of #C5494B
Black with #C5494B
Text Example
Text Example
White with #C5494B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5494B; }
p { color: rgb(197,73,75); }
H1.HeaderClassName
{
color: #C5494B;
}
.AnyTagClassName
{
color: #C5494B;
}
</style>
background-color css
<style>
a { background-color: #C5494B; }
a { background-color: rgb(197,73,75); }
div.DivClassName
{
background-color: #C5494B;
}
.BgClassName
{
background-color: #C5494B;
}
</style>
border-color css
<style>
span { border-color: #C5494B; }
span { border-color: rgb(197,73,75); }
td.TdClassName
{
border-color: #C5494B;
}
.TagClassName
{
border-color: #C5494B;
}
</style>