Shades of Mandy #C24256
Tints of Mandy #C24256
RGB
CMYK
RGB Variations
Color information
#C24256 (or 0xC24256) is known color: Mandy. HEX triplet: C2, 42 and 56. RGB value is (194,66,86). Sum of RGB (Red+Green+Blue) = 194+66+86=346 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.07% from 346); Green value is 66 (26.17% from 255 or 19.08% from 346); Blue value is 86 (33.98% from 255 or 24.86% from 346); Max value from RGB is 194 - color contains mainly: red. Hex color #C24256 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24256 is #3DBDA9. Grayscale: #6A6A6A. Windows color (decimal): -4046250 or 5653186. OLE color: 5653186.
HSL color Cylindrical-coordinate representation of color #C24256: hue angle of 350.62º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C24256 is Cyan = 0, Magento = 0.66, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 66 | 86 | - |
| CMYK | 0 | 0.66 | 0.56 | 0.24 |
| HSL | 350.63º | 0.51% | 0.51% | - |
| HSV(B) | 350.63º | 0.66% | 0.76% | - |
| XYZ | 25.88 | 16.04 | 10.54 | - |
| YUV | 106.55 | 116.41 | 190.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 66 | 86 | 0 | 0.66 | 0.56 | 0.24 | 350.63 | 0.51 | 0.51 |
| Hex | C2 | 42 | 56 | 0 | 42 | 38 | 18 | 15F | 33 | 33 |
| Octal | 302 | 102 | 126 | 0 | 102 | 70 | 30 | 537 | 63 | 63 |
| Binary | 11000010 | 1000010 | 1010110 | 0 | 1000010 | 111000 | 11000 | 101011111 | 110011 | 110011 |
Color Harmonies of #C24256
Complementary color
Monochromatic Colors of #C24256
Black with #C24256
Text Example
Text Example
White with #C24256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24256; }
p { color: rgb(194,66,86); }
H1.HeaderClassName
{
color: #C24256;
}
.AnyTagClassName
{
color: #C24256;
}
</style>
background-color css
<style>
a { background-color: #C24256; }
a { background-color: rgb(194,66,86); }
div.DivClassName
{
background-color: #C24256;
}
.BgClassName
{
background-color: #C24256;
}
</style>
border-color css
<style>
span { border-color: #C24256; }
span { border-color: rgb(194,66,86); }
td.TdClassName
{
border-color: #C24256;
}
.TagClassName
{
border-color: #C24256;
}
</style>