Shades of Mandy #C95963
Tints of Mandy #C95963
RGB
CMYK
RGB Variations
Color information
#C95963 (or 0xC95963) is known color: Mandy. HEX triplet: C9, 59 and 63. RGB value is (201,89,99). Sum of RGB (Red+Green+Blue) = 201+89+99=389 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.67% from 389); Green value is 89 (35.16% from 255 or 22.88% from 389); Blue value is 99 (39.06% from 255 or 25.45% from 389); Max value from RGB is 201 - color contains mainly: red. Hex color #C95963 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95963 is #36A69C. Grayscale: #7B7B7B. Windows color (decimal): -3581597 or 6511049. OLE color: 6511049.
HSL color Cylindrical-coordinate representation of color #C95963: hue angle of 354.64º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C95963 is Cyan = 0, Magento = 0.56, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 89 | 99 | - |
| CMYK | 0 | 0.56 | 0.51 | 0.21 |
| HSL | 354.64º | 0.51% | 0.57% | - |
| HSV(B) | 354.64º | 0.56% | 0.79% | - |
| XYZ | 29.91 | 20.46 | 14.18 | - |
| YUV | 123.63 | 114.11 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 89 | 99 | 0 | 0.56 | 0.51 | 0.21 | 354.64 | 0.51 | 0.57 |
| Hex | C9 | 59 | 63 | 0 | 38 | 33 | 15 | 163 | 33 | 39 |
| Octal | 311 | 131 | 143 | 0 | 70 | 63 | 25 | 543 | 63 | 71 |
| Binary | 11001001 | 1011001 | 1100011 | 0 | 111000 | 110011 | 10101 | 101100011 | 110011 | 111001 |
Color Harmonies of #C95963
Complementary color
Monochromatic Colors of #C95963
Black with #C95963
Text Example
Text Example
White with #C95963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95963; }
p { color: rgb(201,89,99); }
H1.HeaderClassName
{
color: #C95963;
}
.AnyTagClassName
{
color: #C95963;
}
</style>
background-color css
<style>
a { background-color: #C95963; }
a { background-color: rgb(201,89,99); }
div.DivClassName
{
background-color: #C95963;
}
.BgClassName
{
background-color: #C95963;
}
</style>
border-color css
<style>
span { border-color: #C95963; }
span { border-color: rgb(201,89,99); }
td.TdClassName
{
border-color: #C95963;
}
.TagClassName
{
border-color: #C95963;
}
</style>