Shades of Mandy #C24453
Tints of Mandy #C24453
RGB
CMYK
RGB Variations
Color information
#C24453 (or 0xC24453) is known color: Mandy. HEX triplet: C2, 44 and 53. RGB value is (194,68,83). Sum of RGB (Red+Green+Blue) = 194+68+83=345 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.23% from 345); Green value is 68 (26.95% from 255 or 19.71% from 345); Blue value is 83 (32.81% from 255 or 24.06% from 345); Max value from RGB is 194 - color contains mainly: red. Hex color #C24453 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24453 is #3DBBAC. Grayscale: #6B6B6B. Windows color (decimal): -4045741 or 5457090. OLE color: 5457090.
HSL color Cylindrical-coordinate representation of color #C24453: hue angle of 352.86º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C24453 is Cyan = 0, Magento = 0.65, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 68 | 83 | - |
| CMYK | 0 | 0.65 | 0.57 | 0.24 |
| HSL | 352.86º | 0.51% | 0.51% | - |
| HSV(B) | 352.86º | 0.65% | 0.76% | - |
| XYZ | 25.88 | 16.23 | 9.95 | - |
| YUV | 107.38 | 114.24 | 189.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 68 | 83 | 0 | 0.65 | 0.57 | 0.24 | 352.86 | 0.51 | 0.51 |
| Hex | C2 | 44 | 53 | 0 | 41 | 39 | 18 | 161 | 33 | 33 |
| Octal | 302 | 104 | 123 | 0 | 101 | 71 | 30 | 541 | 63 | 63 |
| Binary | 11000010 | 1000100 | 1010011 | 0 | 1000001 | 111001 | 11000 | 101100001 | 110011 | 110011 |
Color Harmonies of #C24453
Complementary color
Monochromatic Colors of #C24453
Black with #C24453
Text Example
Text Example
White with #C24453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24453; }
p { color: rgb(194,68,83); }
H1.HeaderClassName
{
color: #C24453;
}
.AnyTagClassName
{
color: #C24453;
}
</style>
background-color css
<style>
a { background-color: #C24453; }
a { background-color: rgb(194,68,83); }
div.DivClassName
{
background-color: #C24453;
}
.BgClassName
{
background-color: #C24453;
}
</style>
border-color css
<style>
span { border-color: #C24453; }
span { border-color: rgb(194,68,83); }
td.TdClassName
{
border-color: #C24453;
}
.TagClassName
{
border-color: #C24453;
}
</style>