Shades of Mandy #C4575E
Tints of Mandy #C4575E
RGB
CMYK
RGB Variations
Color information
#C4575E (or 0xC4575E) is known color: Mandy. HEX triplet: C4, 57 and 5E. RGB value is (196,87,94). Sum of RGB (Red+Green+Blue) = 196+87+94=377 (49% of max value = 765). Red value is 196 (76.95% from 255 or 51.99% from 377); Green value is 87 (34.38% from 255 or 23.08% from 377); Blue value is 94 (37.11% from 255 or 24.93% from 377); Max value from RGB is 196 - color contains mainly: red. Hex color #C4575E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4575E is #3BA8A1. Grayscale: #787878. Windows color (decimal): -3909794 or 6182852. OLE color: 6182852.
HSL color Cylindrical-coordinate representation of color #C4575E: hue angle of 356.15º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C4575E is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 87 | 94 | - |
| CMYK | 0 | 0.56 | 0.52 | 0.23 |
| HSL | 356.15º | 0.48% | 0.55% | - |
| HSV(B) | 356.15º | 0.56% | 0.77% | - |
| XYZ | 28.19 | 19.36 | 12.84 | - |
| YUV | 120.39 | 113.11 | 181.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 87 | 94 | 0 | 0.56 | 0.52 | 0.23 | 356.15 | 0.48 | 0.55 |
| Hex | C4 | 57 | 5E | 0 | 38 | 34 | 17 | 164 | 30 | 37 |
| Octal | 304 | 127 | 136 | 0 | 70 | 64 | 27 | 544 | 60 | 67 |
| Binary | 11000100 | 1010111 | 1011110 | 0 | 111000 | 110100 | 10111 | 101100100 | 110000 | 110111 |
Color Harmonies of #C4575E
Complementary color
Monochromatic Colors of #C4575E
Black with #C4575E
Text Example
Text Example
White with #C4575E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4575E; }
p { color: rgb(196,87,94); }
H1.HeaderClassName
{
color: #C4575E;
}
.AnyTagClassName
{
color: #C4575E;
}
</style>
background-color css
<style>
a { background-color: #C4575E; }
a { background-color: rgb(196,87,94); }
div.DivClassName
{
background-color: #C4575E;
}
.BgClassName
{
background-color: #C4575E;
}
</style>
border-color css
<style>
span { border-color: #C4575E; }
span { border-color: rgb(196,87,94); }
td.TdClassName
{
border-color: #C4575E;
}
.TagClassName
{
border-color: #C4575E;
}
</style>