Shades of Mandy #C35863
Tints of Mandy #C35863
RGB
CMYK
RGB Variations
Color information
#C35863 (or 0xC35863) is known color: Mandy. HEX triplet: C3, 58 and 63. RGB value is (195,88,99). Sum of RGB (Red+Green+Blue) = 195+88+99=382 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.05% from 382); Green value is 88 (34.77% from 255 or 23.04% from 382); Blue value is 99 (39.06% from 255 or 25.92% from 382); Max value from RGB is 195 - color contains mainly: red. Hex color #C35863 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35863 is #3CA79C. Grayscale: #797979. Windows color (decimal): -3975069 or 6510787. OLE color: 6510787.
HSL color Cylindrical-coordinate representation of color #C35863: hue angle of 353.83º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C35863 is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 88 | 99 | - |
| CMYK | 0 | 0.55 | 0.49 | 0.24 |
| HSL | 353.83º | 0.47% | 0.55% | - |
| HSV(B) | 353.83º | 0.55% | 0.76% | - |
| XYZ | 28.25 | 19.48 | 14.08 | - |
| YUV | 121.25 | 115.45 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 88 | 99 | 0 | 0.55 | 0.49 | 0.24 | 353.83 | 0.47 | 0.55 |
| Hex | C3 | 58 | 63 | 0 | 37 | 31 | 18 | 162 | 2F | 37 |
| Octal | 303 | 130 | 143 | 0 | 67 | 61 | 30 | 542 | 57 | 67 |
| Binary | 11000011 | 1011000 | 1100011 | 0 | 110111 | 110001 | 11000 | 101100010 | 101111 | 110111 |
Color Harmonies of #C35863
Complementary color
Monochromatic Colors of #C35863
Black with #C35863
Text Example
Text Example
White with #C35863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35863; }
p { color: rgb(195,88,99); }
H1.HeaderClassName
{
color: #C35863;
}
.AnyTagClassName
{
color: #C35863;
}
</style>
background-color css
<style>
a { background-color: #C35863; }
a { background-color: rgb(195,88,99); }
div.DivClassName
{
background-color: #C35863;
}
.BgClassName
{
background-color: #C35863;
}
</style>
border-color css
<style>
span { border-color: #C35863; }
span { border-color: rgb(195,88,99); }
td.TdClassName
{
border-color: #C35863;
}
.TagClassName
{
border-color: #C35863;
}
</style>