Shades of Mulberry #C9479A
Tints of Mulberry #C9479A
RGB
CMYK
RGB Variations
Color information
#C9479A (or 0xC9479A) is known color: Mulberry. HEX triplet: C9, 47 and 9A. RGB value is (201,71,154). Sum of RGB (Red+Green+Blue) = 201+71+154=426 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.18% from 426); Green value is 71 (28.12% from 255 or 16.67% from 426); Blue value is 154 (60.55% from 255 or 36.15% from 426); Max value from RGB is 201 - color contains mainly: red. Hex color #C9479A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9479A is #36B865. Grayscale: #777777. Windows color (decimal): -3586150 or 10110921. OLE color: 10110921.
HSL color Cylindrical-coordinate representation of color #C9479A: hue angle of 321.69º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C9479A is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 71 | 154 | - |
| CMYK | 0 | 0.65 | 0.23 | 0.21 |
| HSL | 321.69º | 0.55% | 0.53% | - |
| HSV(B) | 321.69º | 0.65% | 0.79% | - |
| XYZ | 32.17 | 19.26 | 32.59 | - |
| YUV | 119.33 | 147.57 | 186.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 71 | 154 | 0 | 0.65 | 0.23 | 0.21 | 321.69 | 0.55 | 0.53 |
| Hex | C9 | 47 | 9A | 0 | 41 | 17 | 15 | 142 | 37 | 35 |
| Octal | 311 | 107 | 232 | 0 | 101 | 27 | 25 | 502 | 67 | 65 |
| Binary | 11001001 | 1000111 | 10011010 | 0 | 1000001 | 10111 | 10101 | 101000010 | 110111 | 110101 |
Color Harmonies of #C9479A
Complementary color
Monochromatic Colors of #C9479A
Black with #C9479A
Text Example
Text Example
White with #C9479A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9479A; }
p { color: rgb(201,71,154); }
H1.HeaderClassName
{
color: #C9479A;
}
.AnyTagClassName
{
color: #C9479A;
}
</style>
background-color css
<style>
a { background-color: #C9479A; }
a { background-color: rgb(201,71,154); }
div.DivClassName
{
background-color: #C9479A;
}
.BgClassName
{
background-color: #C9479A;
}
</style>
border-color css
<style>
span { border-color: #C9479A; }
span { border-color: rgb(201,71,154); }
td.TdClassName
{
border-color: #C9479A;
}
.TagClassName
{
border-color: #C9479A;
}
</style>