Shades of Mandy #C94553
Tints of Mandy #C94553
RGB
CMYK
RGB Variations
Color information
#C94553 (or 0xC94553) is known color: Mandy. HEX triplet: C9, 45 and 53. RGB value is (201,69,83). Sum of RGB (Red+Green+Blue) = 201+69+83=353 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.94% from 353); Green value is 69 (27.34% from 255 or 19.55% from 353); Blue value is 83 (32.81% from 255 or 23.51% from 353); Max value from RGB is 201 - color contains mainly: red. Hex color #C94553 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94553 is #36BAAC. Grayscale: #6E6E6E. Windows color (decimal): -3586733 or 5457353. OLE color: 5457353.
HSL color Cylindrical-coordinate representation of color #C94553: hue angle of 353.64º 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 #C94553 is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 69 | 83 | - |
| CMYK | 0 | 0.66 | 0.59 | 0.21 |
| HSL | 353.64º | 0.55% | 0.53% | - |
| HSV(B) | 353.64º | 0.66% | 0.79% | - |
| XYZ | 27.78 | 17.3 | 10.06 | - |
| YUV | 110.06 | 112.73 | 192.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 69 | 83 | 0 | 0.66 | 0.59 | 0.21 | 353.64 | 0.55 | 0.53 |
| Hex | C9 | 45 | 53 | 0 | 42 | 3B | 15 | 162 | 37 | 35 |
| Octal | 311 | 105 | 123 | 0 | 102 | 73 | 25 | 542 | 67 | 65 |
| Binary | 11001001 | 1000101 | 1010011 | 0 | 1000010 | 111011 | 10101 | 101100010 | 110111 | 110101 |
Color Harmonies of #C94553
Complementary color
Monochromatic Colors of #C94553
Black with #C94553
Text Example
Text Example
White with #C94553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94553; }
p { color: rgb(201,69,83); }
H1.HeaderClassName
{
color: #C94553;
}
.AnyTagClassName
{
color: #C94553;
}
</style>
background-color css
<style>
a { background-color: #C94553; }
a { background-color: rgb(201,69,83); }
div.DivClassName
{
background-color: #C94553;
}
.BgClassName
{
background-color: #C94553;
}
</style>
border-color css
<style>
span { border-color: #C94553; }
span { border-color: rgb(201,69,83); }
td.TdClassName
{
border-color: #C94553;
}
.TagClassName
{
border-color: #C94553;
}
</style>