Shades of Mandy #C94C55
Tints of Mandy #C94C55
RGB
CMYK
RGB Variations
Color information
#C94C55 (or 0xC94C55) is known color: Mandy. HEX triplet: C9, 4C and 55. RGB value is (201,76,85). Sum of RGB (Red+Green+Blue) = 201+76+85=362 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.52% from 362); Green value is 76 (30.08% from 255 or 20.99% from 362); Blue value is 85 (33.59% from 255 or 23.48% from 362); Max value from RGB is 201 - color contains mainly: red. Hex color #C94C55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94C55 is #36B3AA. Grayscale: #727272. Windows color (decimal): -3584939 or 5590217. OLE color: 5590217.
HSL color Cylindrical-coordinate representation of color #C94C55: hue angle of 355.68º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C94C55 is Cyan = 0, Magento = 0.62, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 76 | 85 | - |
| CMYK | 0 | 0.62 | 0.58 | 0.21 |
| HSL | 355.68º | 0.54% | 0.54% | - |
| HSV(B) | 355.68º | 0.62% | 0.79% | - |
| XYZ | 28.31 | 18.24 | 10.62 | - |
| YUV | 114.4 | 111.41 | 189.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 76 | 85 | 0 | 0.62 | 0.58 | 0.21 | 355.68 | 0.54 | 0.54 |
| Hex | C9 | 4C | 55 | 0 | 3E | 3A | 15 | 164 | 36 | 36 |
| Octal | 311 | 114 | 125 | 0 | 76 | 72 | 25 | 544 | 66 | 66 |
| Binary | 11001001 | 1001100 | 1010101 | 0 | 111110 | 111010 | 10101 | 101100100 | 110110 | 110110 |
Color Harmonies of #C94C55
Complementary color
Monochromatic Colors of #C94C55
Black with #C94C55
Text Example
Text Example
White with #C94C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94C55; }
p { color: rgb(201,76,85); }
H1.HeaderClassName
{
color: #C94C55;
}
.AnyTagClassName
{
color: #C94C55;
}
</style>
background-color css
<style>
a { background-color: #C94C55; }
a { background-color: rgb(201,76,85); }
div.DivClassName
{
background-color: #C94C55;
}
.BgClassName
{
background-color: #C94C55;
}
</style>
border-color css
<style>
span { border-color: #C94C55; }
span { border-color: rgb(201,76,85); }
td.TdClassName
{
border-color: #C94C55;
}
.TagClassName
{
border-color: #C94C55;
}
</style>