Shades of Mandy #C44358
Tints of Mandy #C44358
RGB
CMYK
RGB Variations
Color information
#C44358 (or 0xC44358) is known color: Mandy. HEX triplet: C4, 43 and 58. RGB value is (196,67,88). Sum of RGB (Red+Green+Blue) = 196+67+88=351 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.84% from 351); Green value is 67 (26.56% from 255 or 19.09% from 351); Blue value is 88 (34.77% from 255 or 25.07% from 351); Max value from RGB is 196 - color contains mainly: red. Hex color #C44358 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44358 is #3BBCA7. Grayscale: #6C6C6C. Windows color (decimal): -3914920 or 5784516. OLE color: 5784516.
HSL color Cylindrical-coordinate representation of color #C44358: hue angle of 350.23º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C44358 is Cyan = 0, Magento = 0.66, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 67 | 88 | - |
| CMYK | 0 | 0.66 | 0.55 | 0.23 |
| HSL | 350.23º | 0.52% | 0.52% | - |
| HSV(B) | 350.23º | 0.66% | 0.77% | - |
| XYZ | 26.53 | 16.45 | 11.01 | - |
| YUV | 107.97 | 116.74 | 190.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 67 | 88 | 0 | 0.66 | 0.55 | 0.23 | 350.23 | 0.52 | 0.52 |
| Hex | C4 | 43 | 58 | 0 | 42 | 37 | 17 | 15E | 34 | 34 |
| Octal | 304 | 103 | 130 | 0 | 102 | 67 | 27 | 536 | 64 | 64 |
| Binary | 11000100 | 1000011 | 1011000 | 0 | 1000010 | 110111 | 10111 | 101011110 | 110100 | 110100 |
Color Harmonies of #C44358
Complementary color
Monochromatic Colors of #C44358
Black with #C44358
Text Example
Text Example
White with #C44358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44358; }
p { color: rgb(196,67,88); }
H1.HeaderClassName
{
color: #C44358;
}
.AnyTagClassName
{
color: #C44358;
}
</style>
background-color css
<style>
a { background-color: #C44358; }
a { background-color: rgb(196,67,88); }
div.DivClassName
{
background-color: #C44358;
}
.BgClassName
{
background-color: #C44358;
}
</style>
border-color css
<style>
span { border-color: #C44358; }
span { border-color: rgb(196,67,88); }
td.TdClassName
{
border-color: #C44358;
}
.TagClassName
{
border-color: #C44358;
}
</style>