Shades of Mandy #C75360
Tints of Mandy #C75360
RGB
CMYK
RGB Variations
Color information
#C75360 (or 0xC75360) is known color: Mandy. HEX triplet: C7, 53 and 60. RGB value is (199,83,96). Sum of RGB (Red+Green+Blue) = 199+83+96=378 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.65% from 378); Green value is 83 (32.81% from 255 or 21.96% from 378); Blue value is 96 (37.89% from 255 or 25.40% from 378); Max value from RGB is 199 - color contains mainly: red. Hex color #C75360 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75360 is #38AC9F. Grayscale: #777777. Windows color (decimal): -3714208 or 6312903. OLE color: 6312903.
HSL color Cylindrical-coordinate representation of color #C75360: hue angle of 353.28º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C75360 is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 83 | 96 | - |
| CMYK | 0 | 0.58 | 0.52 | 0.22 |
| HSL | 353.28º | 0.51% | 0.55% | - |
| HSV(B) | 353.28º | 0.58% | 0.78% | - |
| XYZ | 28.76 | 19.17 | 13.25 | - |
| YUV | 119.17 | 114.93 | 184.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 83 | 96 | 0 | 0.58 | 0.52 | 0.22 | 353.28 | 0.51 | 0.55 |
| Hex | C7 | 53 | 60 | 0 | 3A | 34 | 16 | 161 | 33 | 37 |
| Octal | 307 | 123 | 140 | 0 | 72 | 64 | 26 | 541 | 63 | 67 |
| Binary | 11000111 | 1010011 | 1100000 | 0 | 111010 | 110100 | 10110 | 101100001 | 110011 | 110111 |
Color Harmonies of #C75360
Complementary color
Monochromatic Colors of #C75360
Black with #C75360
Text Example
Text Example
White with #C75360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75360; }
p { color: rgb(199,83,96); }
H1.HeaderClassName
{
color: #C75360;
}
.AnyTagClassName
{
color: #C75360;
}
</style>
background-color css
<style>
a { background-color: #C75360; }
a { background-color: rgb(199,83,96); }
div.DivClassName
{
background-color: #C75360;
}
.BgClassName
{
background-color: #C75360;
}
</style>
border-color css
<style>
span { border-color: #C75360; }
span { border-color: rgb(199,83,96); }
td.TdClassName
{
border-color: #C75360;
}
.TagClassName
{
border-color: #C75360;
}
</style>