Shades of Mandy #C44458
Tints of Mandy #C44458
RGB
CMYK
RGB Variations
Color information
#C44458 (or 0xC44458) is known color: Mandy. HEX triplet: C4, 44 and 58. RGB value is (196,68,88). Sum of RGB (Red+Green+Blue) = 196+68+88=352 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.68% from 352); Green value is 68 (26.95% from 255 or 19.32% from 352); Blue value is 88 (34.77% from 255 or 25% from 352); Max value from RGB is 196 - color contains mainly: red. Hex color #C44458 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44458 is #3BBBA7. Grayscale: #6C6C6C. Windows color (decimal): -3914664 or 5784772. OLE color: 5784772.
HSL color Cylindrical-coordinate representation of color #C44458: hue angle of 350.62º 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 #C44458 is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 68 | 88 | - |
| CMYK | 0 | 0.65 | 0.55 | 0.23 |
| HSL | 350.63º | 0.52% | 0.52% | - |
| HSV(B) | 350.63º | 0.65% | 0.77% | - |
| XYZ | 26.59 | 16.57 | 11.03 | - |
| YUV | 108.55 | 116.41 | 190.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 68 | 88 | 0 | 0.65 | 0.55 | 0.23 | 350.63 | 0.52 | 0.52 |
| Hex | C4 | 44 | 58 | 0 | 41 | 37 | 17 | 15F | 34 | 34 |
| Octal | 304 | 104 | 130 | 0 | 101 | 67 | 27 | 537 | 64 | 64 |
| Binary | 11000100 | 1000100 | 1011000 | 0 | 1000001 | 110111 | 10111 | 101011111 | 110100 | 110100 |
Color Harmonies of #C44458
Complementary color
Monochromatic Colors of #C44458
Black with #C44458
Text Example
Text Example
White with #C44458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44458; }
p { color: rgb(196,68,88); }
H1.HeaderClassName
{
color: #C44458;
}
.AnyTagClassName
{
color: #C44458;
}
</style>
background-color css
<style>
a { background-color: #C44458; }
a { background-color: rgb(196,68,88); }
div.DivClassName
{
background-color: #C44458;
}
.BgClassName
{
background-color: #C44458;
}
</style>
border-color css
<style>
span { border-color: #C44458; }
span { border-color: rgb(196,68,88); }
td.TdClassName
{
border-color: #C44458;
}
.TagClassName
{
border-color: #C44458;
}
</style>