Shades of Mandy #C94655
Tints of Mandy #C94655
RGB
CMYK
RGB Variations
Color information
#C94655 (or 0xC94655) is known color: Mandy. HEX triplet: C9, 46 and 55. RGB value is (201,70,85). Sum of RGB (Red+Green+Blue) = 201+70+85=356 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.46% from 356); Green value is 70 (27.73% from 255 or 19.66% from 356); Blue value is 85 (33.59% from 255 or 23.88% from 356); Max value from RGB is 201 - color contains mainly: red. Hex color #C94655 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94655 is #36B9AA. Grayscale: #6E6E6E. Windows color (decimal): -3586475 or 5588681. OLE color: 5588681.
HSL color Cylindrical-coordinate representation of color #C94655: hue angle of 353.13º 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 #C94655 is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 70 | 85 | - |
| CMYK | 0 | 0.65 | 0.58 | 0.21 |
| HSL | 353.13º | 0.55% | 0.53% | - |
| HSV(B) | 353.13º | 0.65% | 0.79% | - |
| XYZ | 27.92 | 17.45 | 10.49 | - |
| YUV | 110.88 | 113.4 | 192.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 70 | 85 | 0 | 0.65 | 0.58 | 0.21 | 353.13 | 0.55 | 0.53 |
| Hex | C9 | 46 | 55 | 0 | 41 | 3A | 15 | 161 | 37 | 35 |
| Octal | 311 | 106 | 125 | 0 | 101 | 72 | 25 | 541 | 67 | 65 |
| Binary | 11001001 | 1000110 | 1010101 | 0 | 1000001 | 111010 | 10101 | 101100001 | 110111 | 110101 |
Color Harmonies of #C94655
Complementary color
Monochromatic Colors of #C94655
Black with #C94655
Text Example
Text Example
White with #C94655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94655; }
p { color: rgb(201,70,85); }
H1.HeaderClassName
{
color: #C94655;
}
.AnyTagClassName
{
color: #C94655;
}
</style>
background-color css
<style>
a { background-color: #C94655; }
a { background-color: rgb(201,70,85); }
div.DivClassName
{
background-color: #C94655;
}
.BgClassName
{
background-color: #C94655;
}
</style>
border-color css
<style>
span { border-color: #C94655; }
span { border-color: rgb(201,70,85); }
td.TdClassName
{
border-color: #C94655;
}
.TagClassName
{
border-color: #C94655;
}
</style>