Shades of Mandy #C94155
Tints of Mandy #C94155
RGB
CMYK
RGB Variations
Color information
#C94155 (or 0xC94155) is known color: Mandy. HEX triplet: C9, 41 and 55. RGB value is (201,65,85). Sum of RGB (Red+Green+Blue) = 201+65+85=351 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.26% from 351); Green value is 65 (25.78% from 255 or 18.52% from 351); Blue value is 85 (33.59% from 255 or 24.22% from 351); Max value from RGB is 201 - color contains mainly: red. Hex color #C94155 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94155 is #36BEAA. Grayscale: #6C6C6C. Windows color (decimal): -3587755 or 5587401. OLE color: 5587401.
HSL color Cylindrical-coordinate representation of color #C94155: hue angle of 351.18º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C94155 is Cyan = 0, Magento = 0.68, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 65 | 85 | - |
| CMYK | 0 | 0.68 | 0.58 | 0.21 |
| HSL | 351.18º | 0.56% | 0.52% | - |
| HSV(B) | 351.18º | 0.68% | 0.79% | - |
| XYZ | 27.62 | 16.85 | 10.39 | - |
| YUV | 107.94 | 115.06 | 194.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 65 | 85 | 0 | 0.68 | 0.58 | 0.21 | 351.18 | 0.56 | 0.52 |
| Hex | C9 | 41 | 55 | 0 | 44 | 3A | 15 | 15F | 38 | 34 |
| Octal | 311 | 101 | 125 | 0 | 104 | 72 | 25 | 537 | 70 | 64 |
| Binary | 11001001 | 1000001 | 1010101 | 0 | 1000100 | 111010 | 10101 | 101011111 | 111000 | 110100 |
Color Harmonies of #C94155
Complementary color
Monochromatic Colors of #C94155
Black with #C94155
Text Example
Text Example
White with #C94155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94155; }
p { color: rgb(201,65,85); }
H1.HeaderClassName
{
color: #C94155;
}
.AnyTagClassName
{
color: #C94155;
}
</style>
background-color css
<style>
a { background-color: #C94155; }
a { background-color: rgb(201,65,85); }
div.DivClassName
{
background-color: #C94155;
}
.BgClassName
{
background-color: #C94155;
}
</style>
border-color css
<style>
span { border-color: #C94155; }
span { border-color: rgb(201,65,85); }
td.TdClassName
{
border-color: #C94155;
}
.TagClassName
{
border-color: #C94155;
}
</style>