Shades of Mulberry #C9428A
Tints of Mulberry #C9428A
RGB
CMYK
RGB Variations
Color information
#C9428A (or 0xC9428A) is known color: Mulberry. HEX triplet: C9, 42 and 8A. RGB value is (201,66,138). Sum of RGB (Red+Green+Blue) = 201+66+138=405 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.63% from 405); Green value is 66 (26.17% from 255 or 16.30% from 405); Blue value is 138 (54.30% from 255 or 34.07% from 405); Max value from RGB is 201 - color contains mainly: red. Hex color #C9428A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9428A is #36BD75. Grayscale: #727272. Windows color (decimal): -3587446 or 9061065. OLE color: 9061065.
HSL color Cylindrical-coordinate representation of color #C9428A: hue angle of 328º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C9428A is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 66 | 138 | - |
| CMYK | 0 | 0.67 | 0.31 | 0.21 |
| HSL | 328º | 0.56% | 0.52% | - |
| HSV(B) | 328º | 0.67% | 0.79% | - |
| XYZ | 30.62 | 18.15 | 25.93 | - |
| YUV | 114.57 | 141.23 | 189.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 66 | 138 | 0 | 0.67 | 0.31 | 0.21 | 328 | 0.56 | 0.52 |
| Hex | C9 | 42 | 8A | 0 | 43 | 1F | 15 | 148 | 38 | 34 |
| Octal | 311 | 102 | 212 | 0 | 103 | 37 | 25 | 510 | 70 | 64 |
| Binary | 11001001 | 1000010 | 10001010 | 0 | 1000011 | 11111 | 10101 | 101001000 | 111000 | 110100 |
Color Harmonies of #C9428A
Complementary color
Monochromatic Colors of #C9428A
Black with #C9428A
Text Example
Text Example
White with #C9428A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9428A; }
p { color: rgb(201,66,138); }
H1.HeaderClassName
{
color: #C9428A;
}
.AnyTagClassName
{
color: #C9428A;
}
</style>
background-color css
<style>
a { background-color: #C9428A; }
a { background-color: rgb(201,66,138); }
div.DivClassName
{
background-color: #C9428A;
}
.BgClassName
{
background-color: #C9428A;
}
</style>
border-color css
<style>
span { border-color: #C9428A; }
span { border-color: rgb(201,66,138); }
td.TdClassName
{
border-color: #C9428A;
}
.TagClassName
{
border-color: #C9428A;
}
</style>