Shades of Mulberry #C95286
Tints of Mulberry #C95286
RGB
CMYK
RGB Variations
Color information
#C95286 (or 0xC95286) is known color: Mulberry. HEX triplet: C9, 52 and 86. RGB value is (201,82,134). Sum of RGB (Red+Green+Blue) = 201+82+134=417 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.20% from 417); Green value is 82 (32.42% from 255 or 19.66% from 417); Blue value is 134 (52.73% from 255 or 32.13% from 417); Max value from RGB is 201 - color contains mainly: red. Hex color #C95286 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95286 is #36AD79. Grayscale: #7B7B7B. Windows color (decimal): -3583354 or 8803017. OLE color: 8803017.
HSL color Cylindrical-coordinate representation of color #C95286: hue angle of 333.78º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C95286 is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 82 | 134 | - |
| CMYK | 0 | 0.59 | 0.33 | 0.21 |
| HSL | 333.78º | 0.52% | 0.55% | - |
| HSV(B) | 333.78º | 0.59% | 0.79% | - |
| XYZ | 31.41 | 20.17 | 24.79 | - |
| YUV | 123.51 | 133.92 | 183.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 82 | 134 | 0 | 0.59 | 0.33 | 0.21 | 333.78 | 0.52 | 0.55 |
| Hex | C9 | 52 | 86 | 0 | 3B | 21 | 15 | 14E | 34 | 37 |
| Octal | 311 | 122 | 206 | 0 | 73 | 41 | 25 | 516 | 64 | 67 |
| Binary | 11001001 | 1010010 | 10000110 | 0 | 111011 | 100001 | 10101 | 101001110 | 110100 | 110111 |
Color Harmonies of #C95286
Complementary color
Monochromatic Colors of #C95286
Black with #C95286
Text Example
Text Example
White with #C95286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95286; }
p { color: rgb(201,82,134); }
H1.HeaderClassName
{
color: #C95286;
}
.AnyTagClassName
{
color: #C95286;
}
</style>
background-color css
<style>
a { background-color: #C95286; }
a { background-color: rgb(201,82,134); }
div.DivClassName
{
background-color: #C95286;
}
.BgClassName
{
background-color: #C95286;
}
</style>
border-color css
<style>
span { border-color: #C95286; }
span { border-color: rgb(201,82,134); }
td.TdClassName
{
border-color: #C95286;
}
.TagClassName
{
border-color: #C95286;
}
</style>