Shades of Mandy #C24552
Tints of Mandy #C24552
RGB
CMYK
RGB Variations
Color information
#C24552 (or 0xC24552) is known color: Mandy. HEX triplet: C2, 45 and 52. RGB value is (194,69,82). Sum of RGB (Red+Green+Blue) = 194+69+82=345 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.23% from 345); Green value is 69 (27.34% from 255 or 20% from 345); Blue value is 82 (32.42% from 255 or 23.77% from 345); Max value from RGB is 194 - color contains mainly: red. Hex color #C24552 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24552 is #3DBAAD. Grayscale: #6B6B6B. Windows color (decimal): -4045486 or 5391810. OLE color: 5391810.
HSL color Cylindrical-coordinate representation of color #C24552: hue angle of 353.76º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C24552 is Cyan = 0, Magento = 0.64, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 69 | 82 | - |
| CMYK | 0 | 0.64 | 0.58 | 0.24 |
| HSL | 353.76º | 0.51% | 0.52% | - |
| HSV(B) | 353.76º | 0.64% | 0.76% | - |
| XYZ | 25.9 | 16.33 | 9.77 | - |
| YUV | 107.86 | 113.41 | 189.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 69 | 82 | 0 | 0.64 | 0.58 | 0.24 | 353.76 | 0.51 | 0.52 |
| Hex | C2 | 45 | 52 | 0 | 40 | 3A | 18 | 162 | 33 | 34 |
| Octal | 302 | 105 | 122 | 0 | 100 | 72 | 30 | 542 | 63 | 64 |
| Binary | 11000010 | 1000101 | 1010010 | 0 | 1000000 | 111010 | 11000 | 101100010 | 110011 | 110100 |
Color Harmonies of #C24552
Complementary color
Monochromatic Colors of #C24552
Black with #C24552
Text Example
Text Example
White with #C24552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24552; }
p { color: rgb(194,69,82); }
H1.HeaderClassName
{
color: #C24552;
}
.AnyTagClassName
{
color: #C24552;
}
</style>
background-color css
<style>
a { background-color: #C24552; }
a { background-color: rgb(194,69,82); }
div.DivClassName
{
background-color: #C24552;
}
.BgClassName
{
background-color: #C24552;
}
</style>
border-color css
<style>
span { border-color: #C24552; }
span { border-color: rgb(194,69,82); }
td.TdClassName
{
border-color: #C24552;
}
.TagClassName
{
border-color: #C24552;
}
</style>