Shades of Mulberry #C95280
Tints of Mulberry #C95280
RGB
CMYK
RGB Variations
Color information
#C95280 (or 0xC95280) is known color: Mulberry. HEX triplet: C9, 52 and 80. RGB value is (201,82,128). Sum of RGB (Red+Green+Blue) = 201+82+128=411 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.91% from 411); Green value is 82 (32.42% from 255 or 19.95% from 411); Blue value is 128 (50.39% from 255 or 31.14% from 411); Max value from RGB is 201 - color contains mainly: red. Hex color #C95280 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95280 is #36AD7F. Grayscale: #7A7A7A. Windows color (decimal): -3583360 or 8409801. OLE color: 8409801.
HSL color Cylindrical-coordinate representation of color #C95280: hue angle of 336.81º 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 #C95280 is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 82 | 128 | - |
| CMYK | 0 | 0.59 | 0.36 | 0.21 |
| HSL | 336.81º | 0.52% | 0.55% | - |
| HSV(B) | 336.81º | 0.59% | 0.79% | - |
| XYZ | 31 | 20.01 | 22.65 | - |
| YUV | 122.83 | 130.92 | 183.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 82 | 128 | 0 | 0.59 | 0.36 | 0.21 | 336.81 | 0.52 | 0.55 |
| Hex | C9 | 52 | 80 | 0 | 3B | 24 | 15 | 151 | 34 | 37 |
| Octal | 311 | 122 | 200 | 0 | 73 | 44 | 25 | 521 | 64 | 67 |
| Binary | 11001001 | 1010010 | 10000000 | 0 | 111011 | 100100 | 10101 | 101010001 | 110100 | 110111 |
Color Harmonies of #C95280
Complementary color
Monochromatic Colors of #C95280
Black with #C95280
Text Example
Text Example
White with #C95280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95280; }
p { color: rgb(201,82,128); }
H1.HeaderClassName
{
color: #C95280;
}
.AnyTagClassName
{
color: #C95280;
}
</style>
background-color css
<style>
a { background-color: #C95280; }
a { background-color: rgb(201,82,128); }
div.DivClassName
{
background-color: #C95280;
}
.BgClassName
{
background-color: #C95280;
}
</style>
border-color css
<style>
span { border-color: #C95280; }
span { border-color: rgb(201,82,128); }
td.TdClassName
{
border-color: #C95280;
}
.TagClassName
{
border-color: #C95280;
}
</style>