Shades of Mandy #C4455F
Tints of Mandy #C4455F
RGB
CMYK
RGB Variations
Color information
#C4455F (or 0xC4455F) is known color: Mandy. HEX triplet: C4, 45 and 5F. RGB value is (196,69,95). Sum of RGB (Red+Green+Blue) = 196+69+95=360 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.44% from 360); Green value is 69 (27.34% from 255 or 19.17% from 360); Blue value is 95 (37.5% from 255 or 26.39% from 360); Max value from RGB is 196 - color contains mainly: red. Hex color #C4455F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4455F is #3BBAA0. Grayscale: #6D6D6D. Windows color (decimal): -3914401 or 6243780. OLE color: 6243780.
HSL color Cylindrical-coordinate representation of color #C4455F: hue angle of 347.72º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C4455F is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 69 | 95 | - |
| CMYK | 0 | 0.65 | 0.52 | 0.23 |
| HSL | 347.72º | 0.52% | 0.52% | - |
| HSV(B) | 347.72º | 0.65% | 0.77% | - |
| XYZ | 26.96 | 16.82 | 12.65 | - |
| YUV | 109.94 | 119.58 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 69 | 95 | 0 | 0.65 | 0.52 | 0.23 | 347.72 | 0.52 | 0.52 |
| Hex | C4 | 45 | 5F | 0 | 41 | 34 | 17 | 15C | 34 | 34 |
| Octal | 304 | 105 | 137 | 0 | 101 | 64 | 27 | 534 | 64 | 64 |
| Binary | 11000100 | 1000101 | 1011111 | 0 | 1000001 | 110100 | 10111 | 101011100 | 110100 | 110100 |
Color Harmonies of #C4455F
Complementary color
Monochromatic Colors of #C4455F
Black with #C4455F
Text Example
Text Example
White with #C4455F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4455F; }
p { color: rgb(196,69,95); }
H1.HeaderClassName
{
color: #C4455F;
}
.AnyTagClassName
{
color: #C4455F;
}
</style>
background-color css
<style>
a { background-color: #C4455F; }
a { background-color: rgb(196,69,95); }
div.DivClassName
{
background-color: #C4455F;
}
.BgClassName
{
background-color: #C4455F;
}
</style>
border-color css
<style>
span { border-color: #C4455F; }
span { border-color: rgb(196,69,95); }
td.TdClassName
{
border-color: #C4455F;
}
.TagClassName
{
border-color: #C4455F;
}
</style>