Shades of Mandy #C94756
Tints of Mandy #C94756
RGB
CMYK
RGB Variations
Color information
#C94756 (or 0xC94756) is known color: Mandy. HEX triplet: C9, 47 and 56. RGB value is (201,71,86). Sum of RGB (Red+Green+Blue) = 201+71+86=358 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.15% from 358); Green value is 71 (28.12% from 255 or 19.83% from 358); Blue value is 86 (33.98% from 255 or 24.02% from 358); Max value from RGB is 201 - color contains mainly: red. Hex color #C94756 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94756 is #36B8A9. Grayscale: #6F6F6F. Windows color (decimal): -3586218 or 5654473. OLE color: 5654473.
HSL color Cylindrical-coordinate representation of color #C94756: hue angle of 353.08º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C94756 is Cyan = 0, Magento = 0.65, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 71 | 86 | - |
| CMYK | 0 | 0.65 | 0.57 | 0.21 |
| HSL | 353.08º | 0.55% | 0.53% | - |
| HSV(B) | 353.08º | 0.65% | 0.79% | - |
| XYZ | 28.02 | 17.6 | 10.72 | - |
| YUV | 111.58 | 113.57 | 191.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 71 | 86 | 0 | 0.65 | 0.57 | 0.21 | 353.08 | 0.55 | 0.53 |
| Hex | C9 | 47 | 56 | 0 | 41 | 39 | 15 | 161 | 37 | 35 |
| Octal | 311 | 107 | 126 | 0 | 101 | 71 | 25 | 541 | 67 | 65 |
| Binary | 11001001 | 1000111 | 1010110 | 0 | 1000001 | 111001 | 10101 | 101100001 | 110111 | 110101 |
Color Harmonies of #C94756
Complementary color
Monochromatic Colors of #C94756
Black with #C94756
Text Example
Text Example
White with #C94756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94756; }
p { color: rgb(201,71,86); }
H1.HeaderClassName
{
color: #C94756;
}
.AnyTagClassName
{
color: #C94756;
}
</style>
background-color css
<style>
a { background-color: #C94756; }
a { background-color: rgb(201,71,86); }
div.DivClassName
{
background-color: #C94756;
}
.BgClassName
{
background-color: #C94756;
}
</style>
border-color css
<style>
span { border-color: #C94756; }
span { border-color: rgb(201,71,86); }
td.TdClassName
{
border-color: #C94756;
}
.TagClassName
{
border-color: #C94756;
}
</style>