Shades of Mulberry #C94286
Tints of Mulberry #C94286
RGB
CMYK
RGB Variations
Color information
#C94286 (or 0xC94286) is known color: Mulberry. HEX triplet: C9, 42 and 86. RGB value is (201,66,134). Sum of RGB (Red+Green+Blue) = 201+66+134=401 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50.12% from 401); Green value is 66 (26.17% from 255 or 16.46% from 401); Blue value is 134 (52.73% from 255 or 33.42% from 401); Max value from RGB is 201 - color contains mainly: red. Hex color #C94286 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94286 is #36BD79. Grayscale: #717171. Windows color (decimal): -3587450 or 8798921. OLE color: 8798921.
HSL color Cylindrical-coordinate representation of color #C94286: hue angle of 329.78º 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 #C94286 is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 66 | 134 | - |
| CMYK | 0 | 0.67 | 0.33 | 0.21 |
| HSL | 329.78º | 0.56% | 0.52% | - |
| HSV(B) | 329.78º | 0.67% | 0.79% | - |
| XYZ | 30.34 | 18.04 | 24.44 | - |
| YUV | 114.12 | 139.23 | 189.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 66 | 134 | 0 | 0.67 | 0.33 | 0.21 | 329.78 | 0.56 | 0.52 |
| Hex | C9 | 42 | 86 | 0 | 43 | 21 | 15 | 14A | 38 | 34 |
| Octal | 311 | 102 | 206 | 0 | 103 | 41 | 25 | 512 | 70 | 64 |
| Binary | 11001001 | 1000010 | 10000110 | 0 | 1000011 | 100001 | 10101 | 101001010 | 111000 | 110100 |
Color Harmonies of #C94286
Complementary color
Monochromatic Colors of #C94286
Black with #C94286
Text Example
Text Example
White with #C94286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94286; }
p { color: rgb(201,66,134); }
H1.HeaderClassName
{
color: #C94286;
}
.AnyTagClassName
{
color: #C94286;
}
</style>
background-color css
<style>
a { background-color: #C94286; }
a { background-color: rgb(201,66,134); }
div.DivClassName
{
background-color: #C94286;
}
.BgClassName
{
background-color: #C94286;
}
</style>
border-color css
<style>
span { border-color: #C94286; }
span { border-color: rgb(201,66,134); }
td.TdClassName
{
border-color: #C94286;
}
.TagClassName
{
border-color: #C94286;
}
</style>