Shades of Mandy #C94E62
Tints of Mandy #C94E62
RGB
CMYK
RGB Variations
Color information
#C94E62 (or 0xC94E62) is known color: Mandy. HEX triplet: C9, 4E and 62. RGB value is (201,78,98). Sum of RGB (Red+Green+Blue) = 201+78+98=377 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.32% from 377); Green value is 78 (30.86% from 255 or 20.69% from 377); Blue value is 98 (38.67% from 255 or 25.99% from 377); Max value from RGB is 201 - color contains mainly: red. Hex color #C94E62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C94E62 is #36B19D. Grayscale: #757575. Windows color (decimal): -3584414 or 6442697. OLE color: 6442697.
HSL color Cylindrical-coordinate representation of color #C94E62: hue angle of 350.24º 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 #C94E62 is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 78 | 98 | - |
| CMYK | 0 | 0.61 | 0.51 | 0.21 |
| HSL | 350.24º | 0.53% | 0.55% | - |
| HSV(B) | 350.24º | 0.61% | 0.79% | - |
| XYZ | 29.02 | 18.75 | 13.64 | - |
| YUV | 117.06 | 117.25 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 78 | 98 | 0 | 0.61 | 0.51 | 0.21 | 350.24 | 0.53 | 0.55 |
| Hex | C9 | 4E | 62 | 0 | 3D | 33 | 15 | 15E | 35 | 37 |
| Octal | 311 | 116 | 142 | 0 | 75 | 63 | 25 | 536 | 65 | 67 |
| Binary | 11001001 | 1001110 | 1100010 | 0 | 111101 | 110011 | 10101 | 101011110 | 110101 | 110111 |
Color Harmonies of #C94E62
Complementary color
Monochromatic Colors of #C94E62
Black with #C94E62
Text Example
Text Example
White with #C94E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94E62; }
p { color: rgb(201,78,98); }
H1.HeaderClassName
{
color: #C94E62;
}
.AnyTagClassName
{
color: #C94E62;
}
</style>
background-color css
<style>
a { background-color: #C94E62; }
a { background-color: rgb(201,78,98); }
div.DivClassName
{
background-color: #C94E62;
}
.BgClassName
{
background-color: #C94E62;
}
</style>
border-color css
<style>
span { border-color: #C94E62; }
span { border-color: rgb(201,78,98); }
td.TdClassName
{
border-color: #C94E62;
}
.TagClassName
{
border-color: #C94E62;
}
</style>