Shades of Mandy #C44650
Tints of Mandy #C44650
RGB
CMYK
RGB Variations
Color information
#C44650 (or 0xC44650) is known color: Mandy. HEX triplet: C4, 46 and 50. RGB value is (196,70,80). Sum of RGB (Red+Green+Blue) = 196+70+80=346 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.65% from 346); Green value is 70 (27.73% from 255 or 20.23% from 346); Blue value is 80 (31.64% from 255 or 23.12% from 346); Max value from RGB is 196 - color contains mainly: red. Hex color #C44650 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44650 is #3BB9AF. Grayscale: #6C6C6C. Windows color (decimal): -3914160 or 5260996. OLE color: 5260996.
HSL color Cylindrical-coordinate representation of color #C44650: hue angle of 355.24º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C44650 is Cyan = 0, Magento = 0.64, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 70 | 80 | - |
| CMYK | 0 | 0.64 | 0.59 | 0.23 |
| HSL | 355.24º | 0.52% | 0.52% | - |
| HSV(B) | 355.24º | 0.64% | 0.77% | - |
| XYZ | 26.4 | 16.7 | 9.42 | - |
| YUV | 108.81 | 111.74 | 190.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 70 | 80 | 0 | 0.64 | 0.59 | 0.23 | 355.24 | 0.52 | 0.52 |
| Hex | C4 | 46 | 50 | 0 | 40 | 3B | 17 | 163 | 34 | 34 |
| Octal | 304 | 106 | 120 | 0 | 100 | 73 | 27 | 543 | 64 | 64 |
| Binary | 11000100 | 1000110 | 1010000 | 0 | 1000000 | 111011 | 10111 | 101100011 | 110100 | 110100 |
Color Harmonies of #C44650
Complementary color
Monochromatic Colors of #C44650
Black with #C44650
Text Example
Text Example
White with #C44650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44650; }
p { color: rgb(196,70,80); }
H1.HeaderClassName
{
color: #C44650;
}
.AnyTagClassName
{
color: #C44650;
}
</style>
background-color css
<style>
a { background-color: #C44650; }
a { background-color: rgb(196,70,80); }
div.DivClassName
{
background-color: #C44650;
}
.BgClassName
{
background-color: #C44650;
}
</style>
border-color css
<style>
span { border-color: #C44650; }
span { border-color: rgb(196,70,80); }
td.TdClassName
{
border-color: #C44650;
}
.TagClassName
{
border-color: #C44650;
}
</style>