Shades of Mandy #C44251
Tints of Mandy #C44251
RGB
CMYK
RGB Variations
Color information
#C44251 (or 0xC44251) is known color: Mandy. HEX triplet: C4, 42 and 51. RGB value is (196,66,81). Sum of RGB (Red+Green+Blue) = 196+66+81=343 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.14% from 343); Green value is 66 (26.17% from 255 or 19.24% from 343); Blue value is 81 (32.03% from 255 or 23.62% from 343); Max value from RGB is 196 - color contains mainly: red. Hex color #C44251 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44251 is #3BBDAE. Grayscale: #6A6A6A. Windows color (decimal): -3915183 or 5325508. OLE color: 5325508.
HSL color Cylindrical-coordinate representation of color #C44251: hue angle of 353.08º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C44251 is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 66 | 81 | - |
| CMYK | 0 | 0.66 | 0.59 | 0.23 |
| HSL | 353.08º | 0.52% | 0.51% | - |
| HSV(B) | 353.08º | 0.66% | 0.77% | - |
| XYZ | 26.2 | 16.23 | 9.54 | - |
| YUV | 106.58 | 113.57 | 191.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 66 | 81 | 0 | 0.66 | 0.59 | 0.23 | 353.08 | 0.52 | 0.51 |
| Hex | C4 | 42 | 51 | 0 | 42 | 3B | 17 | 161 | 34 | 33 |
| Octal | 304 | 102 | 121 | 0 | 102 | 73 | 27 | 541 | 64 | 63 |
| Binary | 11000100 | 1000010 | 1010001 | 0 | 1000010 | 111011 | 10111 | 101100001 | 110100 | 110011 |
Color Harmonies of #C44251
Complementary color
Monochromatic Colors of #C44251
Black with #C44251
Text Example
Text Example
White with #C44251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44251; }
p { color: rgb(196,66,81); }
H1.HeaderClassName
{
color: #C44251;
}
.AnyTagClassName
{
color: #C44251;
}
</style>
background-color css
<style>
a { background-color: #C44251; }
a { background-color: rgb(196,66,81); }
div.DivClassName
{
background-color: #C44251;
}
.BgClassName
{
background-color: #C44251;
}
</style>
border-color css
<style>
span { border-color: #C44251; }
span { border-color: rgb(196,66,81); }
td.TdClassName
{
border-color: #C44251;
}
.TagClassName
{
border-color: #C44251;
}
</style>