Shades of Mandy #C4485A
Tints of Mandy #C4485A
RGB
CMYK
RGB Variations
Color information
#C4485A (or 0xC4485A) is known color: Mandy. HEX triplet: C4, 48 and 5A. RGB value is (196,72,90). Sum of RGB (Red+Green+Blue) = 196+72+90=358 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.75% from 358); Green value is 72 (28.52% from 255 or 20.11% from 358); Blue value is 90 (35.55% from 255 or 25.14% from 358); Max value from RGB is 196 - color contains mainly: red. Hex color #C4485A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4485A is #3BB7A5. Grayscale: #6F6F6F. Windows color (decimal): -3913638 or 5916868. OLE color: 5916868.
HSL color Cylindrical-coordinate representation of color #C4485A: hue angle of 351.29º 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 #C4485A is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 72 | 90 | - |
| CMYK | 0 | 0.63 | 0.54 | 0.23 |
| HSL | 351.29º | 0.51% | 0.53% | - |
| HSV(B) | 351.29º | 0.63% | 0.77% | - |
| XYZ | 26.93 | 17.11 | 11.56 | - |
| YUV | 111.13 | 116.08 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 72 | 90 | 0 | 0.63 | 0.54 | 0.23 | 351.29 | 0.51 | 0.53 |
| Hex | C4 | 48 | 5A | 0 | 3F | 36 | 17 | 15F | 33 | 35 |
| Octal | 304 | 110 | 132 | 0 | 77 | 66 | 27 | 537 | 63 | 65 |
| Binary | 11000100 | 1001000 | 1011010 | 0 | 111111 | 110110 | 10111 | 101011111 | 110011 | 110101 |
Color Harmonies of #C4485A
Complementary color
Monochromatic Colors of #C4485A
Black with #C4485A
Text Example
Text Example
White with #C4485A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4485A; }
p { color: rgb(196,72,90); }
H1.HeaderClassName
{
color: #C4485A;
}
.AnyTagClassName
{
color: #C4485A;
}
</style>
background-color css
<style>
a { background-color: #C4485A; }
a { background-color: rgb(196,72,90); }
div.DivClassName
{
background-color: #C4485A;
}
.BgClassName
{
background-color: #C4485A;
}
</style>
border-color css
<style>
span { border-color: #C4485A; }
span { border-color: rgb(196,72,90); }
td.TdClassName
{
border-color: #C4485A;
}
.TagClassName
{
border-color: #C4485A;
}
</style>