Shades of Mandy #C94B55
Tints of Mandy #C94B55
RGB
CMYK
RGB Variations
Color information
#C94B55 (or 0xC94B55) is known color: Mandy. HEX triplet: C9, 4B and 55. RGB value is (201,75,85). Sum of RGB (Red+Green+Blue) = 201+75+85=361 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.68% from 361); Green value is 75 (29.69% from 255 or 20.78% from 361); Blue value is 85 (33.59% from 255 or 23.55% from 361); Max value from RGB is 201 - color contains mainly: red. Hex color #C94B55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94B55 is #36B4AA. Grayscale: #717171. Windows color (decimal): -3585195 or 5589961. OLE color: 5589961.
HSL color Cylindrical-coordinate representation of color #C94B55: hue angle of 355.24º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C94B55 is Cyan = 0, Magento = 0.63, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 75 | 85 | - |
| CMYK | 0 | 0.63 | 0.58 | 0.21 |
| HSL | 355.24º | 0.54% | 0.54% | - |
| HSV(B) | 355.24º | 0.63% | 0.79% | - |
| XYZ | 28.24 | 18.11 | 10.6 | - |
| YUV | 113.81 | 111.74 | 190.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 75 | 85 | 0 | 0.63 | 0.58 | 0.21 | 355.24 | 0.54 | 0.54 |
| Hex | C9 | 4B | 55 | 0 | 3F | 3A | 15 | 163 | 36 | 36 |
| Octal | 311 | 113 | 125 | 0 | 77 | 72 | 25 | 543 | 66 | 66 |
| Binary | 11001001 | 1001011 | 1010101 | 0 | 111111 | 111010 | 10101 | 101100011 | 110110 | 110110 |
Color Harmonies of #C94B55
Complementary color
Monochromatic Colors of #C94B55
Black with #C94B55
Text Example
Text Example
White with #C94B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94B55; }
p { color: rgb(201,75,85); }
H1.HeaderClassName
{
color: #C94B55;
}
.AnyTagClassName
{
color: #C94B55;
}
</style>
background-color css
<style>
a { background-color: #C94B55; }
a { background-color: rgb(201,75,85); }
div.DivClassName
{
background-color: #C94B55;
}
.BgClassName
{
background-color: #C94B55;
}
</style>
border-color css
<style>
span { border-color: #C94B55; }
span { border-color: rgb(201,75,85); }
td.TdClassName
{
border-color: #C94B55;
}
.TagClassName
{
border-color: #C94B55;
}
</style>