Shades of Mandy #C94855
Tints of Mandy #C94855
RGB
CMYK
RGB Variations
Color information
#C94855 (or 0xC94855) is known color: Mandy. HEX triplet: C9, 48 and 55. RGB value is (201,72,85). Sum of RGB (Red+Green+Blue) = 201+72+85=358 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.15% from 358); Green value is 72 (28.52% from 255 or 20.11% from 358); Blue value is 85 (33.59% from 255 or 23.74% from 358); Max value from RGB is 201 - color contains mainly: red. Hex color #C94855 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94855 is #36B7AA. Grayscale: #707070. Windows color (decimal): -3585963 or 5589193. OLE color: 5589193.
HSL color Cylindrical-coordinate representation of color #C94855: hue angle of 353.95º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C94855 is Cyan = 0, Magento = 0.64, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 72 | 85 | - |
| CMYK | 0 | 0.64 | 0.58 | 0.21 |
| HSL | 353.95º | 0.54% | 0.54% | - |
| HSV(B) | 353.95º | 0.64% | 0.79% | - |
| XYZ | 28.04 | 17.71 | 10.53 | - |
| YUV | 112.05 | 112.74 | 191.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 72 | 85 | 0 | 0.64 | 0.58 | 0.21 | 353.95 | 0.54 | 0.54 |
| Hex | C9 | 48 | 55 | 0 | 40 | 3A | 15 | 162 | 36 | 36 |
| Octal | 311 | 110 | 125 | 0 | 100 | 72 | 25 | 542 | 66 | 66 |
| Binary | 11001001 | 1001000 | 1010101 | 0 | 1000000 | 111010 | 10101 | 101100010 | 110110 | 110110 |
Color Harmonies of #C94855
Complementary color
Monochromatic Colors of #C94855
Black with #C94855
Text Example
Text Example
White with #C94855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94855; }
p { color: rgb(201,72,85); }
H1.HeaderClassName
{
color: #C94855;
}
.AnyTagClassName
{
color: #C94855;
}
</style>
background-color css
<style>
a { background-color: #C94855; }
a { background-color: rgb(201,72,85); }
div.DivClassName
{
background-color: #C94855;
}
.BgClassName
{
background-color: #C94855;
}
</style>
border-color css
<style>
span { border-color: #C94855; }
span { border-color: rgb(201,72,85); }
td.TdClassName
{
border-color: #C94855;
}
.TagClassName
{
border-color: #C94855;
}
</style>