Shades of Mandy #C9505E
Tints of Mandy #C9505E
RGB
CMYK
RGB Variations
Color information
#C9505E (or 0xC9505E) is known color: Mandy. HEX triplet: C9, 50 and 5E. RGB value is (201,80,94). Sum of RGB (Red+Green+Blue) = 201+80+94=375 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.6% from 375); Green value is 80 (31.64% from 255 or 21.33% from 375); Blue value is 94 (37.11% from 255 or 25.07% from 375); Max value from RGB is 201 - color contains mainly: red. Hex color #C9505E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9505E is #36AFA1. Grayscale: #757575. Windows color (decimal): -3583906 or 6181065. OLE color: 6181065.
HSL color Cylindrical-coordinate representation of color #C9505E: hue angle of 353.06º 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 #C9505E is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 80 | 94 | - |
| CMYK | 0 | 0.60 | 0.53 | 0.21 |
| HSL | 353.06º | 0.53% | 0.55% | - |
| HSV(B) | 353.06º | 0.6% | 0.79% | - |
| XYZ | 28.98 | 18.96 | 12.72 | - |
| YUV | 117.78 | 114.59 | 187.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 80 | 94 | 0 | 0.60 | 0.53 | 0.21 | 353.06 | 0.53 | 0.55 |
| Hex | C9 | 50 | 5E | 0 | 3C | 35 | 15 | 161 | 35 | 37 |
| Octal | 311 | 120 | 136 | 0 | 74 | 65 | 25 | 541 | 65 | 67 |
| Binary | 11001001 | 1010000 | 1011110 | 0 | 111100 | 110101 | 10101 | 101100001 | 110101 | 110111 |
Color Harmonies of #C9505E
Complementary color
Monochromatic Colors of #C9505E
Black with #C9505E
Text Example
Text Example
White with #C9505E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9505E; }
p { color: rgb(201,80,94); }
H1.HeaderClassName
{
color: #C9505E;
}
.AnyTagClassName
{
color: #C9505E;
}
</style>
background-color css
<style>
a { background-color: #C9505E; }
a { background-color: rgb(201,80,94); }
div.DivClassName
{
background-color: #C9505E;
}
.BgClassName
{
background-color: #C9505E;
}
</style>
border-color css
<style>
span { border-color: #C9505E; }
span { border-color: rgb(201,80,94); }
td.TdClassName
{
border-color: #C9505E;
}
.TagClassName
{
border-color: #C9505E;
}
</style>