Shades of Mandy #C94555
Tints of Mandy #C94555
RGB
CMYK
RGB Variations
Color information
#C94555 (or 0xC94555) is known color: Mandy. HEX triplet: C9, 45 and 55. RGB value is (201,69,85). Sum of RGB (Red+Green+Blue) = 201+69+85=355 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.62% from 355); Green value is 69 (27.34% from 255 or 19.44% from 355); Blue value is 85 (33.59% from 255 or 23.94% from 355); Max value from RGB is 201 - color contains mainly: red. Hex color #C94555 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94555 is #36BAAA. Grayscale: #6E6E6E. Windows color (decimal): -3586731 or 5588425. OLE color: 5588425.
HSL color Cylindrical-coordinate representation of color #C94555: hue angle of 352.73º 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 #C94555 is Cyan = 0, Magento = 0.66, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 69 | 85 | - |
| CMYK | 0 | 0.66 | 0.58 | 0.21 |
| HSL | 352.73º | 0.55% | 0.53% | - |
| HSV(B) | 352.73º | 0.66% | 0.79% | - |
| XYZ | 27.86 | 17.33 | 10.47 | - |
| YUV | 110.29 | 113.73 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 69 | 85 | 0 | 0.66 | 0.58 | 0.21 | 352.73 | 0.55 | 0.53 |
| Hex | C9 | 45 | 55 | 0 | 42 | 3A | 15 | 161 | 37 | 35 |
| Octal | 311 | 105 | 125 | 0 | 102 | 72 | 25 | 541 | 67 | 65 |
| Binary | 11001001 | 1000101 | 1010101 | 0 | 1000010 | 111010 | 10101 | 101100001 | 110111 | 110101 |
Color Harmonies of #C94555
Complementary color
Monochromatic Colors of #C94555
Black with #C94555
Text Example
Text Example
White with #C94555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94555; }
p { color: rgb(201,69,85); }
H1.HeaderClassName
{
color: #C94555;
}
.AnyTagClassName
{
color: #C94555;
}
</style>
background-color css
<style>
a { background-color: #C94555; }
a { background-color: rgb(201,69,85); }
div.DivClassName
{
background-color: #C94555;
}
.BgClassName
{
background-color: #C94555;
}
</style>
border-color css
<style>
span { border-color: #C94555; }
span { border-color: rgb(201,69,85); }
td.TdClassName
{
border-color: #C94555;
}
.TagClassName
{
border-color: #C94555;
}
</style>