Shades of Mandy #C95A63
Tints of Mandy #C95A63
RGB
CMYK
RGB Variations
Color information
#C95A63 (or 0xC95A63) is known color: Mandy. HEX triplet: C9, 5A and 63. RGB value is (201,90,99). Sum of RGB (Red+Green+Blue) = 201+90+99=390 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.54% from 390); Green value is 90 (35.55% from 255 or 23.08% from 390); Blue value is 99 (39.06% from 255 or 25.38% from 390); Max value from RGB is 201 - color contains mainly: red. Hex color #C95A63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95A63 is #36A59C. Grayscale: #7C7C7C. Windows color (decimal): -3581341 or 6511305. OLE color: 6511305.
HSL color Cylindrical-coordinate representation of color #C95A63: hue angle of 355.14º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C95A63 is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 90 | 99 | - |
| CMYK | 0 | 0.55 | 0.51 | 0.21 |
| HSL | 355.14º | 0.51% | 0.57% | - |
| HSV(B) | 355.14º | 0.55% | 0.79% | - |
| XYZ | 30 | 20.63 | 14.21 | - |
| YUV | 124.22 | 113.77 | 182.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 90 | 99 | 0 | 0.55 | 0.51 | 0.21 | 355.14 | 0.51 | 0.57 |
| Hex | C9 | 5A | 63 | 0 | 37 | 33 | 15 | 163 | 33 | 39 |
| Octal | 311 | 132 | 143 | 0 | 67 | 63 | 25 | 543 | 63 | 71 |
| Binary | 11001001 | 1011010 | 1100011 | 0 | 110111 | 110011 | 10101 | 101100011 | 110011 | 111001 |
Color Harmonies of #C95A63
Complementary color
Monochromatic Colors of #C95A63
Black with #C95A63
Text Example
Text Example
White with #C95A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95A63; }
p { color: rgb(201,90,99); }
H1.HeaderClassName
{
color: #C95A63;
}
.AnyTagClassName
{
color: #C95A63;
}
</style>
background-color css
<style>
a { background-color: #C95A63; }
a { background-color: rgb(201,90,99); }
div.DivClassName
{
background-color: #C95A63;
}
.BgClassName
{
background-color: #C95A63;
}
</style>
border-color css
<style>
span { border-color: #C95A63; }
span { border-color: rgb(201,90,99); }
td.TdClassName
{
border-color: #C95A63;
}
.TagClassName
{
border-color: #C95A63;
}
</style>