Shades of Mandy #C94F51
Tints of Mandy #C94F51
RGB
CMYK
RGB Variations
Color information
#C94F51 (or 0xC94F51) is known color: Mandy. HEX triplet: C9, 4F and 51. RGB value is (201,79,81). Sum of RGB (Red+Green+Blue) = 201+79+81=361 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.68% from 361); Green value is 79 (31.25% from 255 or 21.88% from 361); Blue value is 81 (32.03% from 255 or 22.44% from 361); Max value from RGB is 201 - color contains mainly: red. Hex color #C94F51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C94F51 is #36B0AE. Grayscale: #737373. Windows color (decimal): -3584175 or 5328841. OLE color: 5328841.
HSL color Cylindrical-coordinate representation of color #C94F51: 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 #C94F51 is Cyan = 0, Magento = 0.61, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 79 | 81 | - |
| 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.37 | 18.6 | 9.88 | - |
| YUV | 115.71 | 108.42 | 188.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 79 | 81 | 0 | 0.61 | 0.60 | 0.21 | 359.02 | 0.53 | 0.55 |
| Hex | C9 | 4F | 51 | 0 | 3D | 3C | 15 | 167 | 35 | 37 |
| Octal | 311 | 117 | 121 | 0 | 75 | 74 | 25 | 547 | 65 | 67 |
| Binary | 11001001 | 1001111 | 1010001 | 0 | 111101 | 111100 | 10101 | 101100111 | 110101 | 110111 |
Color Harmonies of #C94F51
Complementary color
Monochromatic Colors of #C94F51
Black with #C94F51
Text Example
Text Example
White with #C94F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94F51; }
p { color: rgb(201,79,81); }
H1.HeaderClassName
{
color: #C94F51;
}
.AnyTagClassName
{
color: #C94F51;
}
</style>
background-color css
<style>
a { background-color: #C94F51; }
a { background-color: rgb(201,79,81); }
div.DivClassName
{
background-color: #C94F51;
}
.BgClassName
{
background-color: #C94F51;
}
</style>
border-color css
<style>
span { border-color: #C94F51; }
span { border-color: rgb(201,79,81); }
td.TdClassName
{
border-color: #C94F51;
}
.TagClassName
{
border-color: #C94F51;
}
</style>