Shades of Mandy #C4495A
Tints of Mandy #C4495A
RGB
CMYK
RGB Variations
Color information
#C4495A (or 0xC4495A) is known color: Mandy. HEX triplet: C4, 49 and 5A. RGB value is (196,73,90). Sum of RGB (Red+Green+Blue) = 196+73+90=359 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.60% from 359); Green value is 73 (28.91% from 255 or 20.33% from 359); Blue value is 90 (35.55% from 255 or 25.07% from 359); Max value from RGB is 196 - color contains mainly: red. Hex color #C4495A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4495A is #3BB6A5. Grayscale: #6F6F6F. Windows color (decimal): -3913382 or 5917124. OLE color: 5917124.
HSL color Cylindrical-coordinate representation of color #C4495A: hue angle of 351.71º degrees, saturation: 0.51, 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 #C4495A is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 73 | 90 | - |
| CMYK | 0 | 0.63 | 0.54 | 0.23 |
| HSL | 351.71º | 0.51% | 0.53% | - |
| HSV(B) | 351.71º | 0.63% | 0.77% | - |
| XYZ | 26.99 | 17.24 | 11.58 | - |
| YUV | 111.72 | 115.75 | 188.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 73 | 90 | 0 | 0.63 | 0.54 | 0.23 | 351.71 | 0.51 | 0.53 |
| Hex | C4 | 49 | 5A | 0 | 3F | 36 | 17 | 160 | 33 | 35 |
| Octal | 304 | 111 | 132 | 0 | 77 | 66 | 27 | 540 | 63 | 65 |
| Binary | 11000100 | 1001001 | 1011010 | 0 | 111111 | 110110 | 10111 | 101100000 | 110011 | 110101 |
Color Harmonies of #C4495A
Complementary color
Monochromatic Colors of #C4495A
Black with #C4495A
Text Example
Text Example
White with #C4495A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4495A; }
p { color: rgb(196,73,90); }
H1.HeaderClassName
{
color: #C4495A;
}
.AnyTagClassName
{
color: #C4495A;
}
</style>
background-color css
<style>
a { background-color: #C4495A; }
a { background-color: rgb(196,73,90); }
div.DivClassName
{
background-color: #C4495A;
}
.BgClassName
{
background-color: #C4495A;
}
</style>
border-color css
<style>
span { border-color: #C4495A; }
span { border-color: rgb(196,73,90); }
td.TdClassName
{
border-color: #C4495A;
}
.TagClassName
{
border-color: #C4495A;
}
</style>