Shades of Mandy #C44351
Tints of Mandy #C44351
RGB
CMYK
RGB Variations
Color information
#C44351 (or 0xC44351) is known color: Mandy. HEX triplet: C4, 43 and 51. RGB value is (196,67,81). Sum of RGB (Red+Green+Blue) = 196+67+81=344 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.98% from 344); Green value is 67 (26.56% from 255 or 19.48% from 344); Blue value is 81 (32.03% from 255 or 23.55% from 344); Max value from RGB is 196 - color contains mainly: red. Hex color #C44351 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44351 is #3BBCAE. Grayscale: #6B6B6B. Windows color (decimal): -3914927 or 5325764. OLE color: 5325764.
HSL color Cylindrical-coordinate representation of color #C44351: hue angle of 353.49º 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 #C44351 is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 67 | 81 | - |
| CMYK | 0 | 0.66 | 0.59 | 0.23 |
| HSL | 353.49º | 0.52% | 0.52% | - |
| HSV(B) | 353.49º | 0.66% | 0.77% | - |
| XYZ | 26.26 | 16.34 | 9.56 | - |
| YUV | 107.17 | 113.24 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 67 | 81 | 0 | 0.66 | 0.59 | 0.23 | 353.49 | 0.52 | 0.52 |
| Hex | C4 | 43 | 51 | 0 | 42 | 3B | 17 | 161 | 34 | 34 |
| Octal | 304 | 103 | 121 | 0 | 102 | 73 | 27 | 541 | 64 | 64 |
| Binary | 11000100 | 1000011 | 1010001 | 0 | 1000010 | 111011 | 10111 | 101100001 | 110100 | 110100 |
Color Harmonies of #C44351
Complementary color
Monochromatic Colors of #C44351
Black with #C44351
Text Example
Text Example
White with #C44351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44351; }
p { color: rgb(196,67,81); }
H1.HeaderClassName
{
color: #C44351;
}
.AnyTagClassName
{
color: #C44351;
}
</style>
background-color css
<style>
a { background-color: #C44351; }
a { background-color: rgb(196,67,81); }
div.DivClassName
{
background-color: #C44351;
}
.BgClassName
{
background-color: #C44351;
}
</style>
border-color css
<style>
span { border-color: #C44351; }
span { border-color: rgb(196,67,81); }
td.TdClassName
{
border-color: #C44351;
}
.TagClassName
{
border-color: #C44351;
}
</style>