Shades of Mulberry #C9468F
Tints of Mulberry #C9468F
RGB
CMYK
RGB Variations
Color information
#C9468F (or 0xC9468F) is known color: Mulberry. HEX triplet: C9, 46 and 8F. RGB value is (201,70,143). Sum of RGB (Red+Green+Blue) = 201+70+143=414 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.55% from 414); Green value is 70 (27.73% from 255 or 16.91% from 414); Blue value is 143 (56.25% from 255 or 34.54% from 414); Max value from RGB is 201 - color contains mainly: red. Hex color #C9468F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9468F is #36B970. Grayscale: #757575. Windows color (decimal): -3586417 or 9389769. OLE color: 9389769.
HSL color Cylindrical-coordinate representation of color #C9468F: hue angle of 326.56º 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 #C9468F is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 70 | 143 | - |
| CMYK | 0 | 0.65 | 0.29 | 0.21 |
| HSL | 326.56º | 0.55% | 0.53% | - |
| HSV(B) | 326.56º | 0.65% | 0.79% | - |
| XYZ | 31.24 | 18.78 | 27.97 | - |
| YUV | 117.49 | 142.4 | 187.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 70 | 143 | 0 | 0.65 | 0.29 | 0.21 | 326.56 | 0.55 | 0.53 |
| Hex | C9 | 46 | 8F | 0 | 41 | 1D | 15 | 147 | 37 | 35 |
| Octal | 311 | 106 | 217 | 0 | 101 | 35 | 25 | 507 | 67 | 65 |
| Binary | 11001001 | 1000110 | 10001111 | 0 | 1000001 | 11101 | 10101 | 101000111 | 110111 | 110101 |
Color Harmonies of #C9468F
Complementary color
Monochromatic Colors of #C9468F
Black with #C9468F
Text Example
Text Example
White with #C9468F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9468F; }
p { color: rgb(201,70,143); }
H1.HeaderClassName
{
color: #C9468F;
}
.AnyTagClassName
{
color: #C9468F;
}
</style>
background-color css
<style>
a { background-color: #C9468F; }
a { background-color: rgb(201,70,143); }
div.DivClassName
{
background-color: #C9468F;
}
.BgClassName
{
background-color: #C9468F;
}
</style>
border-color css
<style>
span { border-color: #C9468F; }
span { border-color: rgb(201,70,143); }
td.TdClassName
{
border-color: #C9468F;
}
.TagClassName
{
border-color: #C9468F;
}
</style>