Shades of Mulberry #C9497F
Tints of Mulberry #C9497F
RGB
CMYK
RGB Variations
Color information
#C9497F (or 0xC9497F) is known color: Mulberry. HEX triplet: C9, 49 and 7F. RGB value is (201,73,127). Sum of RGB (Red+Green+Blue) = 201+73+127=401 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50.12% from 401); Green value is 73 (28.91% from 255 or 18.20% from 401); Blue value is 127 (50% from 255 or 31.67% from 401); Max value from RGB is 201 - color contains mainly: red. Hex color #C9497F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9497F is #36B680. Grayscale: #757575. Windows color (decimal): -3585665 or 8341961. OLE color: 8341961.
HSL color Cylindrical-coordinate representation of color #C9497F: hue angle of 334.69º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C9497F is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 73 | 127 | - |
| CMYK | 0 | 0.64 | 0.37 | 0.21 |
| HSL | 334.69º | 0.54% | 0.54% | - |
| HSV(B) | 334.69º | 0.64% | 0.79% | - |
| XYZ | 30.3 | 18.71 | 22.09 | - |
| YUV | 117.43 | 133.41 | 187.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 73 | 127 | 0 | 0.64 | 0.37 | 0.21 | 334.69 | 0.54 | 0.54 |
| Hex | C9 | 49 | 7F | 0 | 40 | 25 | 15 | 14F | 36 | 36 |
| Octal | 311 | 111 | 177 | 0 | 100 | 45 | 25 | 517 | 66 | 66 |
| Binary | 11001001 | 1001001 | 1111111 | 0 | 1000000 | 100101 | 10101 | 101001111 | 110110 | 110110 |
Color Harmonies of #C9497F
Complementary color
Monochromatic Colors of #C9497F
Black with #C9497F
Text Example
Text Example
White with #C9497F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9497F; }
p { color: rgb(201,73,127); }
H1.HeaderClassName
{
color: #C9497F;
}
.AnyTagClassName
{
color: #C9497F;
}
</style>
background-color css
<style>
a { background-color: #C9497F; }
a { background-color: rgb(201,73,127); }
div.DivClassName
{
background-color: #C9497F;
}
.BgClassName
{
background-color: #C9497F;
}
</style>
border-color css
<style>
span { border-color: #C9497F; }
span { border-color: rgb(201,73,127); }
td.TdClassName
{
border-color: #C9497F;
}
.TagClassName
{
border-color: #C9497F;
}
</style>