Shades of Mandy #C24356
Tints of Mandy #C24356
RGB
CMYK
RGB Variations
Color information
#C24356 (or 0xC24356) is known color: Mandy. HEX triplet: C2, 43 and 56. RGB value is (194,67,86). Sum of RGB (Red+Green+Blue) = 194+67+86=347 (45% of max value = 765). Red value is 194 (76.17% from 255 or 55.91% from 347); Green value is 67 (26.56% from 255 or 19.31% from 347); Blue value is 86 (33.98% from 255 or 24.78% from 347); Max value from RGB is 194 - color contains mainly: red. Hex color #C24356 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24356 is #3DBCA9. Grayscale: #6B6B6B. Windows color (decimal): -4045994 or 5653442. OLE color: 5653442.
HSL color Cylindrical-coordinate representation of color #C24356: hue angle of 351.02º 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 #C24356 is Cyan = 0, Magento = 0.65, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 67 | 86 | - |
| CMYK | 0 | 0.65 | 0.56 | 0.24 |
| HSL | 351.02º | 0.51% | 0.51% | - |
| HSV(B) | 351.02º | 0.65% | 0.76% | - |
| XYZ | 25.94 | 16.16 | 10.56 | - |
| YUV | 107.14 | 116.08 | 189.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 67 | 86 | 0 | 0.65 | 0.56 | 0.24 | 351.02 | 0.51 | 0.51 |
| Hex | C2 | 43 | 56 | 0 | 41 | 38 | 18 | 15F | 33 | 33 |
| Octal | 302 | 103 | 126 | 0 | 101 | 70 | 30 | 537 | 63 | 63 |
| Binary | 11000010 | 1000011 | 1010110 | 0 | 1000001 | 111000 | 11000 | 101011111 | 110011 | 110011 |
Color Harmonies of #C24356
Complementary color
Monochromatic Colors of #C24356
Black with #C24356
Text Example
Text Example
White with #C24356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24356; }
p { color: rgb(194,67,86); }
H1.HeaderClassName
{
color: #C24356;
}
.AnyTagClassName
{
color: #C24356;
}
</style>
background-color css
<style>
a { background-color: #C24356; }
a { background-color: rgb(194,67,86); }
div.DivClassName
{
background-color: #C24356;
}
.BgClassName
{
background-color: #C24356;
}
</style>
border-color css
<style>
span { border-color: #C24356; }
span { border-color: rgb(194,67,86); }
td.TdClassName
{
border-color: #C24356;
}
.TagClassName
{
border-color: #C24356;
}
</style>