Shades of Mandy #C04350
Tints of Mandy #C04350
RGB
CMYK
RGB Variations
Color information
#C04350 (or 0xC04350) is known color: Mandy. HEX triplet: C0, 43 and 50. RGB value is (192,67,80). Sum of RGB (Red+Green+Blue) = 192+67+80=339 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.64% from 339); Green value is 67 (26.56% from 255 or 19.76% from 339); Blue value is 80 (31.64% from 255 or 23.60% from 339); Max value from RGB is 192 - color contains mainly: red. Hex color #C04350 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04350 is #3FBCAF. Grayscale: #696969. Windows color (decimal): -4177072 or 5260224. OLE color: 5260224.
HSL color Cylindrical-coordinate representation of color #C04350: hue angle of 353.76º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C04350 is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 67 | 80 | - |
| CMYK | 0 | 0.65 | 0.58 | 0.25 |
| HSL | 353.76º | 0.5% | 0.51% | - |
| HSV(B) | 353.76º | 0.65% | 0.75% | - |
| XYZ | 25.19 | 15.8 | 9.31 | - |
| YUV | 105.86 | 113.41 | 189.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 67 | 80 | 0 | 0.65 | 0.58 | 0.25 | 353.76 | 0.5 | 0.51 |
| Hex | C0 | 43 | 50 | 0 | 41 | 3A | 19 | 162 | 32 | 33 |
| Octal | 300 | 103 | 120 | 0 | 101 | 72 | 31 | 542 | 62 | 63 |
| Binary | 11000000 | 1000011 | 1010000 | 0 | 1000001 | 111010 | 11001 | 101100010 | 110010 | 110011 |
Color Harmonies of #C04350
Complementary color
Monochromatic Colors of #C04350
Black with #C04350
Text Example
Text Example
White with #C04350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04350; }
p { color: rgb(192,67,80); }
H1.HeaderClassName
{
color: #C04350;
}
.AnyTagClassName
{
color: #C04350;
}
</style>
background-color css
<style>
a { background-color: #C04350; }
a { background-color: rgb(192,67,80); }
div.DivClassName
{
background-color: #C04350;
}
.BgClassName
{
background-color: #C04350;
}
</style>
border-color css
<style>
span { border-color: #C04350; }
span { border-color: rgb(192,67,80); }
td.TdClassName
{
border-color: #C04350;
}
.TagClassName
{
border-color: #C04350;
}
</style>