Shades of Mandy #C94E50
Tints of Mandy #C94E50
RGB
CMYK
RGB Variations
Color information
#C94E50 (or 0xC94E50) is known color: Mandy. HEX triplet: C9, 4E and 50. RGB value is (201,78,80). Sum of RGB (Red+Green+Blue) = 201+78+80=359 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.99% from 359); Green value is 78 (30.86% from 255 or 21.73% from 359); Blue value is 80 (31.64% from 255 or 22.28% from 359); Max value from RGB is 201 - color contains mainly: red. Hex color #C94E50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C94E50 is #36B1AF. Grayscale: #737373. Windows color (decimal): -3584432 or 5263049. OLE color: 5263049.
HSL color Cylindrical-coordinate representation of color #C94E50: hue angle of 359.02º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C94E50 is Cyan = 0, Magento = 0.61, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 78 | 80 | - |
| CMYK | 0 | 0.61 | 0.60 | 0.21 |
| HSL | 359.02º | 0.53% | 0.55% | - |
| HSV(B) | 359.02º | 0.61% | 0.79% | - |
| XYZ | 28.26 | 18.45 | 9.66 | - |
| YUV | 115.01 | 108.25 | 189.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 78 | 80 | 0 | 0.61 | 0.60 | 0.21 | 359.02 | 0.53 | 0.55 |
| Hex | C9 | 4E | 50 | 0 | 3D | 3C | 15 | 167 | 35 | 37 |
| Octal | 311 | 116 | 120 | 0 | 75 | 74 | 25 | 547 | 65 | 67 |
| Binary | 11001001 | 1001110 | 1010000 | 0 | 111101 | 111100 | 10101 | 101100111 | 110101 | 110111 |
Color Harmonies of #C94E50
Complementary color
Monochromatic Colors of #C94E50
Black with #C94E50
Text Example
Text Example
White with #C94E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94E50; }
p { color: rgb(201,78,80); }
H1.HeaderClassName
{
color: #C94E50;
}
.AnyTagClassName
{
color: #C94E50;
}
</style>
background-color css
<style>
a { background-color: #C94E50; }
a { background-color: rgb(201,78,80); }
div.DivClassName
{
background-color: #C94E50;
}
.BgClassName
{
background-color: #C94E50;
}
</style>
border-color css
<style>
span { border-color: #C94E50; }
span { border-color: rgb(201,78,80); }
td.TdClassName
{
border-color: #C94E50;
}
.TagClassName
{
border-color: #C94E50;
}
</style>