Shades of Mandy #C94D4F
Tints of Mandy #C94D4F
RGB
CMYK
RGB Variations
Color information
#C94D4F (or 0xC94D4F) is known color: Mandy. HEX triplet: C9, 4D and 4F. RGB value is (201,77,79). Sum of RGB (Red+Green+Blue) = 201+77+79=357 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.30% from 357); Green value is 77 (30.47% from 255 or 21.57% from 357); Blue value is 79 (31.25% from 255 or 22.13% from 357); Max value from RGB is 201 - color contains mainly: red. Hex color #C94D4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C94D4F is #36B2B0. Grayscale: #727272. Windows color (decimal): -3584689 or 5197257. OLE color: 5197257.
HSL color Cylindrical-coordinate representation of color #C94D4F: hue angle of 359.03º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C94D4F is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 77 | 79 | - |
| CMYK | 0 | 0.62 | 0.61 | 0.21 |
| HSL | 359.03º | 0.53% | 0.55% | - |
| HSV(B) | 359.03º | 0.62% | 0.79% | - |
| XYZ | 28.15 | 18.29 | 9.44 | - |
| YUV | 114.3 | 108.08 | 189.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 77 | 79 | 0 | 0.62 | 0.61 | 0.21 | 359.03 | 0.53 | 0.55 |
| Hex | C9 | 4D | 4F | 0 | 3E | 3D | 15 | 167 | 35 | 37 |
| Octal | 311 | 115 | 117 | 0 | 76 | 75 | 25 | 547 | 65 | 67 |
| Binary | 11001001 | 1001101 | 1001111 | 0 | 111110 | 111101 | 10101 | 101100111 | 110101 | 110111 |
Color Harmonies of #C94D4F
Complementary color
Monochromatic Colors of #C94D4F
Black with #C94D4F
Text Example
Text Example
White with #C94D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94D4F; }
p { color: rgb(201,77,79); }
H1.HeaderClassName
{
color: #C94D4F;
}
.AnyTagClassName
{
color: #C94D4F;
}
</style>
background-color css
<style>
a { background-color: #C94D4F; }
a { background-color: rgb(201,77,79); }
div.DivClassName
{
background-color: #C94D4F;
}
.BgClassName
{
background-color: #C94D4F;
}
</style>
border-color css
<style>
span { border-color: #C94D4F; }
span { border-color: rgb(201,77,79); }
td.TdClassName
{
border-color: #C94D4F;
}
.TagClassName
{
border-color: #C94D4F;
}
</style>