Shades of Mandy #C94858
Tints of Mandy #C94858
RGB
CMYK
RGB Variations
Color information
#C94858 (or 0xC94858) is known color: Mandy. HEX triplet: C9, 48 and 58. RGB value is (201,72,88). Sum of RGB (Red+Green+Blue) = 201+72+88=361 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.68% from 361); Green value is 72 (28.52% from 255 or 19.94% from 361); Blue value is 88 (34.77% from 255 or 24.38% from 361); Max value from RGB is 201 - color contains mainly: red. Hex color #C94858 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94858 is #36B7A7. Grayscale: #707070. Windows color (decimal): -3585960 or 5785801. OLE color: 5785801.
HSL color Cylindrical-coordinate representation of color #C94858: hue angle of 352.56º 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 #C94858 is Cyan = 0, Magento = 0.64, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 72 | 88 | - |
| CMYK | 0 | 0.64 | 0.56 | 0.21 |
| HSL | 352.56º | 0.54% | 0.54% | - |
| HSV(B) | 352.56º | 0.64% | 0.79% | - |
| XYZ | 28.17 | 17.76 | 11.18 | - |
| YUV | 112.4 | 114.24 | 191.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 72 | 88 | 0 | 0.64 | 0.56 | 0.21 | 352.56 | 0.54 | 0.54 |
| Hex | C9 | 48 | 58 | 0 | 40 | 38 | 15 | 161 | 36 | 36 |
| Octal | 311 | 110 | 130 | 0 | 100 | 70 | 25 | 541 | 66 | 66 |
| Binary | 11001001 | 1001000 | 1011000 | 0 | 1000000 | 111000 | 10101 | 101100001 | 110110 | 110110 |
Color Harmonies of #C94858
Complementary color
Monochromatic Colors of #C94858
Black with #C94858
Text Example
Text Example
White with #C94858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94858; }
p { color: rgb(201,72,88); }
H1.HeaderClassName
{
color: #C94858;
}
.AnyTagClassName
{
color: #C94858;
}
</style>
background-color css
<style>
a { background-color: #C94858; }
a { background-color: rgb(201,72,88); }
div.DivClassName
{
background-color: #C94858;
}
.BgClassName
{
background-color: #C94858;
}
</style>
border-color css
<style>
span { border-color: #C94858; }
span { border-color: rgb(201,72,88); }
td.TdClassName
{
border-color: #C94858;
}
.TagClassName
{
border-color: #C94858;
}
</style>