Shades of Mandy #C94660
Tints of Mandy #C94660
RGB
CMYK
RGB Variations
Color information
#C94660 (or 0xC94660) is known color: Mandy. HEX triplet: C9, 46 and 60. RGB value is (201,70,96). Sum of RGB (Red+Green+Blue) = 201+70+96=367 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.77% from 367); Green value is 70 (27.73% from 255 or 19.07% from 367); Blue value is 96 (37.89% from 255 or 26.16% from 367); Max value from RGB is 201 - color contains mainly: red. Hex color #C94660 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94660 is #36B99F. Grayscale: #707070. Windows color (decimal): -3586464 or 6309577. OLE color: 6309577.
HSL color Cylindrical-coordinate representation of color #C94660: hue angle of 348.09º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C94660 is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 70 | 96 | - |
| CMYK | 0 | 0.65 | 0.52 | 0.21 |
| HSL | 348.09º | 0.55% | 0.53% | - |
| HSV(B) | 348.09º | 0.65% | 0.79% | - |
| XYZ | 28.39 | 17.64 | 12.98 | - |
| YUV | 112.13 | 118.9 | 191.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 70 | 96 | 0 | 0.65 | 0.52 | 0.21 | 348.09 | 0.55 | 0.53 |
| Hex | C9 | 46 | 60 | 0 | 41 | 34 | 15 | 15C | 37 | 35 |
| Octal | 311 | 106 | 140 | 0 | 101 | 64 | 25 | 534 | 67 | 65 |
| Binary | 11001001 | 1000110 | 1100000 | 0 | 1000001 | 110100 | 10101 | 101011100 | 110111 | 110101 |
Color Harmonies of #C94660
Complementary color
Monochromatic Colors of #C94660
Black with #C94660
Text Example
Text Example
White with #C94660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94660; }
p { color: rgb(201,70,96); }
H1.HeaderClassName
{
color: #C94660;
}
.AnyTagClassName
{
color: #C94660;
}
</style>
background-color css
<style>
a { background-color: #C94660; }
a { background-color: rgb(201,70,96); }
div.DivClassName
{
background-color: #C94660;
}
.BgClassName
{
background-color: #C94660;
}
</style>
border-color css
<style>
span { border-color: #C94660; }
span { border-color: rgb(201,70,96); }
td.TdClassName
{
border-color: #C94660;
}
.TagClassName
{
border-color: #C94660;
}
</style>