Shades of Mandy #C94559
Tints of Mandy #C94559
RGB
CMYK
RGB Variations
Color information
#C94559 (or 0xC94559) is known color: Mandy. HEX triplet: C9, 45 and 59. RGB value is (201,69,89). Sum of RGB (Red+Green+Blue) = 201+69+89=359 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.99% from 359); Green value is 69 (27.34% from 255 or 19.22% from 359); Blue value is 89 (35.16% from 255 or 24.79% from 359); Max value from RGB is 201 - color contains mainly: red. Hex color #C94559 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94559 is #36BAA6. Grayscale: #6E6E6E. Windows color (decimal): -3586727 or 5850569. OLE color: 5850569.
HSL color Cylindrical-coordinate representation of color #C94559: hue angle of 350.91º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C94559 is Cyan = 0, Magento = 0.66, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 69 | 89 | - |
| CMYK | 0 | 0.66 | 0.56 | 0.21 |
| HSL | 350.91º | 0.55% | 0.53% | - |
| HSV(B) | 350.91º | 0.66% | 0.79% | - |
| XYZ | 28.02 | 17.4 | 11.33 | - |
| YUV | 110.75 | 115.73 | 192.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 69 | 89 | 0 | 0.66 | 0.56 | 0.21 | 350.91 | 0.55 | 0.53 |
| Hex | C9 | 45 | 59 | 0 | 42 | 38 | 15 | 15F | 37 | 35 |
| Octal | 311 | 105 | 131 | 0 | 102 | 70 | 25 | 537 | 67 | 65 |
| Binary | 11001001 | 1000101 | 1011001 | 0 | 1000010 | 111000 | 10101 | 101011111 | 110111 | 110101 |
Color Harmonies of #C94559
Complementary color
Monochromatic Colors of #C94559
Black with #C94559
Text Example
Text Example
White with #C94559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94559; }
p { color: rgb(201,69,89); }
H1.HeaderClassName
{
color: #C94559;
}
.AnyTagClassName
{
color: #C94559;
}
</style>
background-color css
<style>
a { background-color: #C94559; }
a { background-color: rgb(201,69,89); }
div.DivClassName
{
background-color: #C94559;
}
.BgClassName
{
background-color: #C94559;
}
</style>
border-color css
<style>
span { border-color: #C94559; }
span { border-color: rgb(201,69,89); }
td.TdClassName
{
border-color: #C94559;
}
.TagClassName
{
border-color: #C94559;
}
</style>