Shades of Mandy #C4445E
Tints of Mandy #C4445E
RGB
CMYK
RGB Variations
Color information
#C4445E (or 0xC4445E) is known color: Mandy. HEX triplet: C4, 44 and 5E. RGB value is (196,68,94). Sum of RGB (Red+Green+Blue) = 196+68+94=358 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.75% from 358); Green value is 68 (26.95% from 255 or 18.99% from 358); Blue value is 94 (37.11% from 255 or 26.26% from 358); Max value from RGB is 196 - color contains mainly: red. Hex color #C4445E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4445E is #3BBBA1. Grayscale: #6D6D6D. Windows color (decimal): -3914658 or 6177988. OLE color: 6177988.
HSL color Cylindrical-coordinate representation of color #C4445E: hue angle of 347.81º 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 #C4445E is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 68 | 94 | - |
| CMYK | 0 | 0.65 | 0.52 | 0.23 |
| HSL | 347.81º | 0.52% | 0.52% | - |
| HSV(B) | 347.81º | 0.65% | 0.77% | - |
| XYZ | 26.85 | 16.68 | 12.39 | - |
| YUV | 109.24 | 119.41 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 68 | 94 | 0 | 0.65 | 0.52 | 0.23 | 347.81 | 0.52 | 0.52 |
| Hex | C4 | 44 | 5E | 0 | 41 | 34 | 17 | 15C | 34 | 34 |
| Octal | 304 | 104 | 136 | 0 | 101 | 64 | 27 | 534 | 64 | 64 |
| Binary | 11000100 | 1000100 | 1011110 | 0 | 1000001 | 110100 | 10111 | 101011100 | 110100 | 110100 |
Color Harmonies of #C4445E
Complementary color
Monochromatic Colors of #C4445E
Black with #C4445E
Text Example
Text Example
White with #C4445E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4445E; }
p { color: rgb(196,68,94); }
H1.HeaderClassName
{
color: #C4445E;
}
.AnyTagClassName
{
color: #C4445E;
}
</style>
background-color css
<style>
a { background-color: #C4445E; }
a { background-color: rgb(196,68,94); }
div.DivClassName
{
background-color: #C4445E;
}
.BgClassName
{
background-color: #C4445E;
}
</style>
border-color css
<style>
span { border-color: #C4445E; }
span { border-color: rgb(196,68,94); }
td.TdClassName
{
border-color: #C4445E;
}
.TagClassName
{
border-color: #C4445E;
}
</style>