Shades of Mandy #C44156
Tints of Mandy #C44156
RGB
CMYK
RGB Variations
Color information
#C44156 (or 0xC44156) is known color: Mandy. HEX triplet: C4, 41 and 56. RGB value is (196,65,86). Sum of RGB (Red+Green+Blue) = 196+65+86=347 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.48% from 347); Green value is 65 (25.78% from 255 or 18.73% from 347); Blue value is 86 (33.98% from 255 or 24.78% from 347); Max value from RGB is 196 - color contains mainly: red. Hex color #C44156 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44156 is #3BBEA9. Grayscale: #6A6A6A. Windows color (decimal): -3915434 or 5652932. OLE color: 5652932.
HSL color Cylindrical-coordinate representation of color #C44156: hue angle of 350.38º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C44156 is Cyan = 0, Magento = 0.67, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 65 | 86 | - |
| CMYK | 0 | 0.67 | 0.56 | 0.23 |
| HSL | 350.38º | 0.53% | 0.51% | - |
| HSV(B) | 350.38º | 0.67% | 0.77% | - |
| XYZ | 26.33 | 16.19 | 10.54 | - |
| YUV | 106.56 | 116.4 | 191.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 65 | 86 | 0 | 0.67 | 0.56 | 0.23 | 350.38 | 0.53 | 0.51 |
| Hex | C4 | 41 | 56 | 0 | 43 | 38 | 17 | 15E | 35 | 33 |
| Octal | 304 | 101 | 126 | 0 | 103 | 70 | 27 | 536 | 65 | 63 |
| Binary | 11000100 | 1000001 | 1010110 | 0 | 1000011 | 111000 | 10111 | 101011110 | 110101 | 110011 |
Color Harmonies of #C44156
Complementary color
Monochromatic Colors of #C44156
Black with #C44156
Text Example
Text Example
White with #C44156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44156; }
p { color: rgb(196,65,86); }
H1.HeaderClassName
{
color: #C44156;
}
.AnyTagClassName
{
color: #C44156;
}
</style>
background-color css
<style>
a { background-color: #C44156; }
a { background-color: rgb(196,65,86); }
div.DivClassName
{
background-color: #C44156;
}
.BgClassName
{
background-color: #C44156;
}
</style>
border-color css
<style>
span { border-color: #C44156; }
span { border-color: rgb(196,65,86); }
td.TdClassName
{
border-color: #C44156;
}
.TagClassName
{
border-color: #C44156;
}
</style>