Shades of Mulberry #C95497
Tints of Mulberry #C95497
RGB
CMYK
RGB Variations
Color information
#C95497 (or 0xC95497) is known color: Mulberry. HEX triplet: C9, 54 and 97. RGB value is (201,84,151). Sum of RGB (Red+Green+Blue) = 201+84+151=436 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.10% from 436); Green value is 84 (33.20% from 255 or 19.27% from 436); Blue value is 151 (59.38% from 255 or 34.63% from 436); Max value from RGB is 201 - color contains mainly: red. Hex color #C95497 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95497 is #36AB68. Grayscale: #7E7E7E. Windows color (decimal): -3582825 or 9917641. OLE color: 9917641.
HSL color Cylindrical-coordinate representation of color #C95497: hue angle of 325.64º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C95497 is Cyan = 0, Magento = 0.58, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 84 | 151 | - |
| CMYK | 0 | 0.58 | 0.25 | 0.21 |
| HSL | 325.64º | 0.52% | 0.56% | - |
| HSV(B) | 325.64º | 0.58% | 0.79% | - |
| XYZ | 32.84 | 20.99 | 31.6 | - |
| YUV | 126.62 | 141.76 | 181.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 84 | 151 | 0 | 0.58 | 0.25 | 0.21 | 325.64 | 0.52 | 0.56 |
| Hex | C9 | 54 | 97 | 0 | 3A | 19 | 15 | 146 | 34 | 38 |
| Octal | 311 | 124 | 227 | 0 | 72 | 31 | 25 | 506 | 64 | 70 |
| Binary | 11001001 | 1010100 | 10010111 | 0 | 111010 | 11001 | 10101 | 101000110 | 110100 | 111000 |
Color Harmonies of #C95497
Complementary color
Monochromatic Colors of #C95497
Black with #C95497
Text Example
Text Example
White with #C95497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95497; }
p { color: rgb(201,84,151); }
H1.HeaderClassName
{
color: #C95497;
}
.AnyTagClassName
{
color: #C95497;
}
</style>
background-color css
<style>
a { background-color: #C95497; }
a { background-color: rgb(201,84,151); }
div.DivClassName
{
background-color: #C95497;
}
.BgClassName
{
background-color: #C95497;
}
</style>
border-color css
<style>
span { border-color: #C95497; }
span { border-color: rgb(201,84,151); }
td.TdClassName
{
border-color: #C95497;
}
.TagClassName
{
border-color: #C95497;
}
</style>