Shades of Mulberry #C9467C
Tints of Mulberry #C9467C
RGB
CMYK
RGB Variations
Color information
#C9467C (or 0xC9467C) is known color: Mulberry. HEX triplet: C9, 46 and 7C. RGB value is (201,70,124). Sum of RGB (Red+Green+Blue) = 201+70+124=395 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.89% from 395); Green value is 70 (27.73% from 255 or 17.72% from 395); Blue value is 124 (48.83% from 255 or 31.39% from 395); Max value from RGB is 201 - color contains mainly: red. Hex color #C9467C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9467C is #36B983. Grayscale: #737373. Windows color (decimal): -3586436 or 8144585. OLE color: 8144585.
HSL color Cylindrical-coordinate representation of color #C9467C: hue angle of 335.27º 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 #C9467C is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 70 | 124 | - |
| CMYK | 0 | 0.65 | 0.38 | 0.21 |
| HSL | 335.27º | 0.55% | 0.53% | - |
| HSV(B) | 335.27º | 0.65% | 0.79% | - |
| XYZ | 29.92 | 18.25 | 21.02 | - |
| YUV | 115.33 | 132.9 | 189.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 70 | 124 | 0 | 0.65 | 0.38 | 0.21 | 335.27 | 0.55 | 0.53 |
| Hex | C9 | 46 | 7C | 0 | 41 | 26 | 15 | 14F | 37 | 35 |
| Octal | 311 | 106 | 174 | 0 | 101 | 46 | 25 | 517 | 67 | 65 |
| Binary | 11001001 | 1000110 | 1111100 | 0 | 1000001 | 100110 | 10101 | 101001111 | 110111 | 110101 |
Color Harmonies of #C9467C
Complementary color
Monochromatic Colors of #C9467C
Black with #C9467C
Text Example
Text Example
White with #C9467C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9467C; }
p { color: rgb(201,70,124); }
H1.HeaderClassName
{
color: #C9467C;
}
.AnyTagClassName
{
color: #C9467C;
}
</style>
background-color css
<style>
a { background-color: #C9467C; }
a { background-color: rgb(201,70,124); }
div.DivClassName
{
background-color: #C9467C;
}
.BgClassName
{
background-color: #C9467C;
}
</style>
border-color css
<style>
span { border-color: #C9467C; }
span { border-color: rgb(201,70,124); }
td.TdClassName
{
border-color: #C9467C;
}
.TagClassName
{
border-color: #C9467C;
}
</style>