Shades of Mandy #C4505E
Tints of Mandy #C4505E
RGB
CMYK
RGB Variations
Color information
#C4505E (or 0xC4505E) is known color: Mandy. HEX triplet: C4, 50 and 5E. RGB value is (196,80,94). Sum of RGB (Red+Green+Blue) = 196+80+94=370 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.97% from 370); Green value is 80 (31.64% from 255 or 21.62% from 370); Blue value is 94 (37.11% from 255 or 25.41% from 370); Max value from RGB is 196 - color contains mainly: red. Hex color #C4505E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4505E is #3BAFA1. Grayscale: #747474. Windows color (decimal): -3911586 or 6181060. OLE color: 6181060.
HSL color Cylindrical-coordinate representation of color #C4505E: hue angle of 352.76º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C4505E is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 80 | 94 | - |
| CMYK | 0 | 0.59 | 0.52 | 0.23 |
| HSL | 352.76º | 0.5% | 0.54% | - |
| HSV(B) | 352.76º | 0.59% | 0.77% | - |
| XYZ | 27.65 | 18.28 | 12.66 | - |
| YUV | 116.28 | 115.43 | 184.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 80 | 94 | 0 | 0.59 | 0.52 | 0.23 | 352.76 | 0.5 | 0.54 |
| Hex | C4 | 50 | 5E | 0 | 3B | 34 | 17 | 161 | 32 | 36 |
| Octal | 304 | 120 | 136 | 0 | 73 | 64 | 27 | 541 | 62 | 66 |
| Binary | 11000100 | 1010000 | 1011110 | 0 | 111011 | 110100 | 10111 | 101100001 | 110010 | 110110 |
Color Harmonies of #C4505E
Complementary color
Monochromatic Colors of #C4505E
Black with #C4505E
Text Example
Text Example
White with #C4505E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4505E; }
p { color: rgb(196,80,94); }
H1.HeaderClassName
{
color: #C4505E;
}
.AnyTagClassName
{
color: #C4505E;
}
</style>
background-color css
<style>
a { background-color: #C4505E; }
a { background-color: rgb(196,80,94); }
div.DivClassName
{
background-color: #C4505E;
}
.BgClassName
{
background-color: #C4505E;
}
</style>
border-color css
<style>
span { border-color: #C4505E; }
span { border-color: rgb(196,80,94); }
td.TdClassName
{
border-color: #C4505E;
}
.TagClassName
{
border-color: #C4505E;
}
</style>