Shades of Mandy #C95054
Tints of Mandy #C95054
RGB
CMYK
RGB Variations
Color information
#C95054 (or 0xC95054) is known color: Mandy. HEX triplet: C9, 50 and 54. RGB value is (201,80,84). Sum of RGB (Red+Green+Blue) = 201+80+84=365 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.07% from 365); Green value is 80 (31.64% from 255 or 21.92% from 365); Blue value is 84 (33.20% from 255 or 23.01% from 365); Max value from RGB is 201 - color contains mainly: red. Hex color #C95054 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95054 is #36AFAB. Grayscale: #747474. Windows color (decimal): -3583916 or 5525705. OLE color: 5525705.
HSL color Cylindrical-coordinate representation of color #C95054: hue angle of 358.02º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C95054 is Cyan = 0, Magento = 0.60, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 80 | 84 | - |
| CMYK | 0 | 0.60 | 0.58 | 0.21 |
| HSL | 358.02º | 0.53% | 0.55% | - |
| HSV(B) | 358.02º | 0.6% | 0.79% | - |
| XYZ | 28.56 | 18.79 | 10.51 | - |
| YUV | 116.64 | 109.59 | 188.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 80 | 84 | 0 | 0.60 | 0.58 | 0.21 | 358.02 | 0.53 | 0.55 |
| Hex | C9 | 50 | 54 | 0 | 3C | 3A | 15 | 166 | 35 | 37 |
| Octal | 311 | 120 | 124 | 0 | 74 | 72 | 25 | 546 | 65 | 67 |
| Binary | 11001001 | 1010000 | 1010100 | 0 | 111100 | 111010 | 10101 | 101100110 | 110101 | 110111 |
Color Harmonies of #C95054
Complementary color
Monochromatic Colors of #C95054
Black with #C95054
Text Example
Text Example
White with #C95054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95054; }
p { color: rgb(201,80,84); }
H1.HeaderClassName
{
color: #C95054;
}
.AnyTagClassName
{
color: #C95054;
}
</style>
background-color css
<style>
a { background-color: #C95054; }
a { background-color: rgb(201,80,84); }
div.DivClassName
{
background-color: #C95054;
}
.BgClassName
{
background-color: #C95054;
}
</style>
border-color css
<style>
span { border-color: #C95054; }
span { border-color: rgb(201,80,84); }
td.TdClassName
{
border-color: #C95054;
}
.TagClassName
{
border-color: #C95054;
}
</style>