Shades of Mulberry #C9458A
Tints of Mulberry #C9458A
RGB
CMYK
RGB Variations
Color information
#C9458A (or 0xC9458A) is known color: Mulberry. HEX triplet: C9, 45 and 8A. RGB value is (201,69,138). Sum of RGB (Red+Green+Blue) = 201+69+138=408 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.26% from 408); Green value is 69 (27.34% from 255 or 16.91% from 408); Blue value is 138 (54.30% from 255 or 33.82% from 408); Max value from RGB is 201 - color contains mainly: red. Hex color #C9458A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9458A is #36BA75. Grayscale: #747474. Windows color (decimal): -3586678 or 9061833. OLE color: 9061833.
HSL color Cylindrical-coordinate representation of color #C9458A: hue angle of 328.64º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C9458A is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 69 | 138 | - |
| CMYK | 0 | 0.66 | 0.31 | 0.21 |
| HSL | 328.64º | 0.55% | 0.53% | - |
| HSV(B) | 328.64º | 0.66% | 0.79% | - |
| XYZ | 30.8 | 18.51 | 25.99 | - |
| YUV | 116.33 | 140.23 | 188.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 69 | 138 | 0 | 0.66 | 0.31 | 0.21 | 328.64 | 0.55 | 0.53 |
| Hex | C9 | 45 | 8A | 0 | 42 | 1F | 15 | 149 | 37 | 35 |
| Octal | 311 | 105 | 212 | 0 | 102 | 37 | 25 | 511 | 67 | 65 |
| Binary | 11001001 | 1000101 | 10001010 | 0 | 1000010 | 11111 | 10101 | 101001001 | 110111 | 110101 |
Color Harmonies of #C9458A
Complementary color
Monochromatic Colors of #C9458A
Black with #C9458A
Text Example
Text Example
White with #C9458A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9458A; }
p { color: rgb(201,69,138); }
H1.HeaderClassName
{
color: #C9458A;
}
.AnyTagClassName
{
color: #C9458A;
}
</style>
background-color css
<style>
a { background-color: #C9458A; }
a { background-color: rgb(201,69,138); }
div.DivClassName
{
background-color: #C9458A;
}
.BgClassName
{
background-color: #C9458A;
}
</style>
border-color css
<style>
span { border-color: #C9458A; }
span { border-color: rgb(201,69,138); }
td.TdClassName
{
border-color: #C9458A;
}
.TagClassName
{
border-color: #C9458A;
}
</style>