Shades of Mandy #C24255
Tints of Mandy #C24255
RGB
CMYK
RGB Variations
Color information
#C24255 (or 0xC24255) is known color: Mandy. HEX triplet: C2, 42 and 55. RGB value is (194,66,85). Sum of RGB (Red+Green+Blue) = 194+66+85=345 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.23% from 345); Green value is 66 (26.17% from 255 or 19.13% from 345); Blue value is 85 (33.59% from 255 or 24.64% from 345); Max value from RGB is 194 - color contains mainly: red. Hex color #C24255 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24255 is #3DBDAA. Grayscale: #6A6A6A. Windows color (decimal): -4046251 or 5587650. OLE color: 5587650.
HSL color Cylindrical-coordinate representation of color #C24255: hue angle of 351.09º 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 #C24255 is Cyan = 0, Magento = 0.66, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 66 | 85 | - |
| CMYK | 0 | 0.66 | 0.56 | 0.24 |
| HSL | 351.09º | 0.51% | 0.51% | - |
| HSV(B) | 351.09º | 0.66% | 0.76% | - |
| XYZ | 25.84 | 16.02 | 10.33 | - |
| YUV | 106.44 | 115.91 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 66 | 85 | 0 | 0.66 | 0.56 | 0.24 | 351.09 | 0.51 | 0.51 |
| Hex | C2 | 42 | 55 | 0 | 42 | 38 | 18 | 15F | 33 | 33 |
| Octal | 302 | 102 | 125 | 0 | 102 | 70 | 30 | 537 | 63 | 63 |
| Binary | 11000010 | 1000010 | 1010101 | 0 | 1000010 | 111000 | 11000 | 101011111 | 110011 | 110011 |
Color Harmonies of #C24255
Complementary color
Monochromatic Colors of #C24255
Black with #C24255
Text Example
Text Example
White with #C24255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24255; }
p { color: rgb(194,66,85); }
H1.HeaderClassName
{
color: #C24255;
}
.AnyTagClassName
{
color: #C24255;
}
</style>
background-color css
<style>
a { background-color: #C24255; }
a { background-color: rgb(194,66,85); }
div.DivClassName
{
background-color: #C24255;
}
.BgClassName
{
background-color: #C24255;
}
</style>
border-color css
<style>
span { border-color: #C24255; }
span { border-color: rgb(194,66,85); }
td.TdClassName
{
border-color: #C24255;
}
.TagClassName
{
border-color: #C24255;
}
</style>