Shades of Mulberry #C9468E
Tints of Mulberry #C9468E
RGB
CMYK
RGB Variations
Color information
#C9468E (or 0xC9468E) is known color: Mulberry. HEX triplet: C9, 46 and 8E. RGB value is (201,70,142). Sum of RGB (Red+Green+Blue) = 201+70+142=413 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.67% from 413); Green value is 70 (27.73% from 255 or 16.95% from 413); Blue value is 142 (55.86% from 255 or 34.38% from 413); Max value from RGB is 201 - color contains mainly: red. Hex color #C9468E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9468E is #36B971. Grayscale: #757575. Windows color (decimal): -3586418 or 9324233. OLE color: 9324233.
HSL color Cylindrical-coordinate representation of color #C9468E: hue angle of 327.02º 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 #C9468E is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 70 | 142 | - |
| CMYK | 0 | 0.65 | 0.29 | 0.21 |
| HSL | 327.02º | 0.55% | 0.53% | - |
| HSV(B) | 327.02º | 0.65% | 0.79% | - |
| XYZ | 31.16 | 18.75 | 27.57 | - |
| YUV | 117.38 | 141.9 | 187.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 70 | 142 | 0 | 0.65 | 0.29 | 0.21 | 327.02 | 0.55 | 0.53 |
| Hex | C9 | 46 | 8E | 0 | 41 | 1D | 15 | 147 | 37 | 35 |
| Octal | 311 | 106 | 216 | 0 | 101 | 35 | 25 | 507 | 67 | 65 |
| Binary | 11001001 | 1000110 | 10001110 | 0 | 1000001 | 11101 | 10101 | 101000111 | 110111 | 110101 |
Color Harmonies of #C9468E
Complementary color
Monochromatic Colors of #C9468E
Black with #C9468E
Text Example
Text Example
White with #C9468E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9468E; }
p { color: rgb(201,70,142); }
H1.HeaderClassName
{
color: #C9468E;
}
.AnyTagClassName
{
color: #C9468E;
}
</style>
background-color css
<style>
a { background-color: #C9468E; }
a { background-color: rgb(201,70,142); }
div.DivClassName
{
background-color: #C9468E;
}
.BgClassName
{
background-color: #C9468E;
}
</style>
border-color css
<style>
span { border-color: #C9468E; }
span { border-color: rgb(201,70,142); }
td.TdClassName
{
border-color: #C9468E;
}
.TagClassName
{
border-color: #C9468E;
}
</style>