Shades of Mandy #C94958
Tints of Mandy #C94958
RGB
CMYK
RGB Variations
Color information
#C94958 (or 0xC94958) is known color: Mandy. HEX triplet: C9, 49 and 58. RGB value is (201,73,88). Sum of RGB (Red+Green+Blue) = 201+73+88=362 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.52% from 362); Green value is 73 (28.91% from 255 or 20.17% from 362); Blue value is 88 (34.77% from 255 or 24.31% from 362); Max value from RGB is 201 - color contains mainly: red. Hex color #C94958 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94958 is #36B6A7. Grayscale: #717171. Windows color (decimal): -3585704 or 5786057. OLE color: 5786057.
HSL color Cylindrical-coordinate representation of color #C94958: hue angle of 352.97º 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 #C94958 is Cyan = 0, Magento = 0.64, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 73 | 88 | - |
| CMYK | 0 | 0.64 | 0.56 | 0.21 |
| HSL | 352.97º | 0.54% | 0.54% | - |
| HSV(B) | 352.97º | 0.64% | 0.79% | - |
| XYZ | 28.23 | 17.89 | 11.2 | - |
| YUV | 112.98 | 113.91 | 190.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 73 | 88 | 0 | 0.64 | 0.56 | 0.21 | 352.97 | 0.54 | 0.54 |
| Hex | C9 | 49 | 58 | 0 | 40 | 38 | 15 | 161 | 36 | 36 |
| Octal | 311 | 111 | 130 | 0 | 100 | 70 | 25 | 541 | 66 | 66 |
| Binary | 11001001 | 1001001 | 1011000 | 0 | 1000000 | 111000 | 10101 | 101100001 | 110110 | 110110 |
Color Harmonies of #C94958
Complementary color
Monochromatic Colors of #C94958
Black with #C94958
Text Example
Text Example
White with #C94958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94958; }
p { color: rgb(201,73,88); }
H1.HeaderClassName
{
color: #C94958;
}
.AnyTagClassName
{
color: #C94958;
}
</style>
background-color css
<style>
a { background-color: #C94958; }
a { background-color: rgb(201,73,88); }
div.DivClassName
{
background-color: #C94958;
}
.BgClassName
{
background-color: #C94958;
}
</style>
border-color css
<style>
span { border-color: #C94958; }
span { border-color: rgb(201,73,88); }
td.TdClassName
{
border-color: #C94958;
}
.TagClassName
{
border-color: #C94958;
}
</style>