Shades of Mandy #C24553
Tints of Mandy #C24553
RGB
CMYK
RGB Variations
Color information
#C24553 (or 0xC24553) is known color: Mandy. HEX triplet: C2, 45 and 53. RGB value is (194,69,83). Sum of RGB (Red+Green+Blue) = 194+69+83=346 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.07% from 346); Green value is 69 (27.34% from 255 or 19.94% from 346); Blue value is 83 (32.81% from 255 or 23.99% from 346); Max value from RGB is 194 - color contains mainly: red. Hex color #C24553 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24553 is #3DBAAC. Grayscale: #6C6C6C. Windows color (decimal): -4045485 or 5457346. OLE color: 5457346.
HSL color Cylindrical-coordinate representation of color #C24553: hue angle of 353.28º 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 #C24553 is Cyan = 0, Magento = 0.64, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 69 | 83 | - |
| CMYK | 0 | 0.64 | 0.57 | 0.24 |
| HSL | 353.28º | 0.51% | 0.52% | - |
| HSV(B) | 353.28º | 0.64% | 0.76% | - |
| XYZ | 25.94 | 16.35 | 9.97 | - |
| YUV | 107.97 | 113.91 | 189.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 69 | 83 | 0 | 0.64 | 0.57 | 0.24 | 353.28 | 0.51 | 0.52 |
| Hex | C2 | 45 | 53 | 0 | 40 | 39 | 18 | 161 | 33 | 34 |
| Octal | 302 | 105 | 123 | 0 | 100 | 71 | 30 | 541 | 63 | 64 |
| Binary | 11000010 | 1000101 | 1010011 | 0 | 1000000 | 111001 | 11000 | 101100001 | 110011 | 110100 |
Color Harmonies of #C24553
Complementary color
Monochromatic Colors of #C24553
Black with #C24553
Text Example
Text Example
White with #C24553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24553; }
p { color: rgb(194,69,83); }
H1.HeaderClassName
{
color: #C24553;
}
.AnyTagClassName
{
color: #C24553;
}
</style>
background-color css
<style>
a { background-color: #C24553; }
a { background-color: rgb(194,69,83); }
div.DivClassName
{
background-color: #C24553;
}
.BgClassName
{
background-color: #C24553;
}
</style>
border-color css
<style>
span { border-color: #C24553; }
span { border-color: rgb(194,69,83); }
td.TdClassName
{
border-color: #C24553;
}
.TagClassName
{
border-color: #C24553;
}
</style>