Shades of Mandy #C44357
Tints of Mandy #C44357
RGB
CMYK
RGB Variations
Color information
#C44357 (or 0xC44357) is known color: Mandy. HEX triplet: C4, 43 and 57. RGB value is (196,67,87). Sum of RGB (Red+Green+Blue) = 196+67+87=350 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56% from 350); Green value is 67 (26.56% from 255 or 19.14% from 350); Blue value is 87 (34.38% from 255 or 24.86% from 350); Max value from RGB is 196 - color contains mainly: red. Hex color #C44357 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44357 is #3BBCA8. Grayscale: #6B6B6B. Windows color (decimal): -3914921 or 5718980. OLE color: 5718980.
HSL color Cylindrical-coordinate representation of color #C44357: hue angle of 350.7º 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 #C44357 is Cyan = 0, Magento = 0.66, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 67 | 87 | - |
| CMYK | 0 | 0.66 | 0.56 | 0.23 |
| HSL | 350.7º | 0.52% | 0.52% | - |
| HSV(B) | 350.7º | 0.66% | 0.77% | - |
| XYZ | 26.49 | 16.44 | 10.79 | - |
| YUV | 107.85 | 116.24 | 190.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 67 | 87 | 0 | 0.66 | 0.56 | 0.23 | 350.7 | 0.52 | 0.52 |
| Hex | C4 | 43 | 57 | 0 | 42 | 38 | 17 | 15F | 34 | 34 |
| Octal | 304 | 103 | 127 | 0 | 102 | 70 | 27 | 537 | 64 | 64 |
| Binary | 11000100 | 1000011 | 1010111 | 0 | 1000010 | 111000 | 10111 | 101011111 | 110100 | 110100 |
Color Harmonies of #C44357
Complementary color
Monochromatic Colors of #C44357
Black with #C44357
Text Example
Text Example
White with #C44357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44357; }
p { color: rgb(196,67,87); }
H1.HeaderClassName
{
color: #C44357;
}
.AnyTagClassName
{
color: #C44357;
}
</style>
background-color css
<style>
a { background-color: #C44357; }
a { background-color: rgb(196,67,87); }
div.DivClassName
{
background-color: #C44357;
}
.BgClassName
{
background-color: #C44357;
}
</style>
border-color css
<style>
span { border-color: #C44357; }
span { border-color: rgb(196,67,87); }
td.TdClassName
{
border-color: #C44357;
}
.TagClassName
{
border-color: #C44357;
}
</style>