Shades of Mandy #C35963
Tints of Mandy #C35963
RGB
CMYK
RGB Variations
Color information
#C35963 (or 0xC35963) is known color: Mandy. HEX triplet: C3, 59 and 63. RGB value is (195,89,99). Sum of RGB (Red+Green+Blue) = 195+89+99=383 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.91% from 383); Green value is 89 (35.16% from 255 or 23.24% from 383); Blue value is 99 (39.06% from 255 or 25.85% from 383); Max value from RGB is 195 - color contains mainly: red. Hex color #C35963 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35963 is #3CA69C. Grayscale: #797979. Windows color (decimal): -3974813 or 6511043. OLE color: 6511043.
HSL color Cylindrical-coordinate representation of color #C35963: hue angle of 354.34º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C35963 is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 89 | 99 | - |
| CMYK | 0 | 0.54 | 0.49 | 0.24 |
| HSL | 354.34º | 0.47% | 0.56% | - |
| HSV(B) | 354.34º | 0.54% | 0.76% | - |
| XYZ | 28.33 | 19.65 | 14.1 | - |
| YUV | 121.83 | 115.12 | 180.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 89 | 99 | 0 | 0.54 | 0.49 | 0.24 | 354.34 | 0.47 | 0.56 |
| Hex | C3 | 59 | 63 | 0 | 36 | 31 | 18 | 162 | 2F | 38 |
| Octal | 303 | 131 | 143 | 0 | 66 | 61 | 30 | 542 | 57 | 70 |
| Binary | 11000011 | 1011001 | 1100011 | 0 | 110110 | 110001 | 11000 | 101100010 | 101111 | 111000 |
Color Harmonies of #C35963
Complementary color
Monochromatic Colors of #C35963
Black with #C35963
Text Example
Text Example
White with #C35963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35963; }
p { color: rgb(195,89,99); }
H1.HeaderClassName
{
color: #C35963;
}
.AnyTagClassName
{
color: #C35963;
}
</style>
background-color css
<style>
a { background-color: #C35963; }
a { background-color: rgb(195,89,99); }
div.DivClassName
{
background-color: #C35963;
}
.BgClassName
{
background-color: #C35963;
}
</style>
border-color css
<style>
span { border-color: #C35963; }
span { border-color: rgb(195,89,99); }
td.TdClassName
{
border-color: #C35963;
}
.TagClassName
{
border-color: #C35963;
}
</style>