Shades of Mulberry #C95C98
Tints of Mulberry #C95C98
RGB
CMYK
RGB Variations
Color information
#C95C98 (or 0xC95C98) is known color: Mulberry. HEX triplet: C9, 5C and 98. RGB value is (201,92,152). Sum of RGB (Red+Green+Blue) = 201+92+152=445 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.17% from 445); Green value is 92 (36.33% from 255 or 20.67% from 445); Blue value is 152 (59.77% from 255 or 34.16% from 445); Max value from RGB is 201 - color contains mainly: red. Hex color #C95C98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95C98 is #36A367. Grayscale: #838383. Windows color (decimal): -3580776 or 9985225. OLE color: 9985225.
HSL color Cylindrical-coordinate representation of color #C95C98: hue angle of 326.97º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C95C98 is Cyan = 0, Magento = 0.54, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 92 | 152 | - |
| CMYK | 0 | 0.54 | 0.24 | 0.21 |
| HSL | 326.97º | 0.5% | 0.57% | - |
| HSV(B) | 326.97º | 0.54% | 0.79% | - |
| XYZ | 33.58 | 22.34 | 32.25 | - |
| YUV | 131.43 | 139.61 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 92 | 152 | 0 | 0.54 | 0.24 | 0.21 | 326.97 | 0.5 | 0.57 |
| Hex | C9 | 5C | 98 | 0 | 36 | 18 | 15 | 147 | 32 | 39 |
| Octal | 311 | 134 | 230 | 0 | 66 | 30 | 25 | 507 | 62 | 71 |
| Binary | 11001001 | 1011100 | 10011000 | 0 | 110110 | 11000 | 10101 | 101000111 | 110010 | 111001 |
Color Harmonies of #C95C98
Complementary color
Monochromatic Colors of #C95C98
Black with #C95C98
Text Example
Text Example
White with #C95C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95C98; }
p { color: rgb(201,92,152); }
H1.HeaderClassName
{
color: #C95C98;
}
.AnyTagClassName
{
color: #C95C98;
}
</style>
background-color css
<style>
a { background-color: #C95C98; }
a { background-color: rgb(201,92,152); }
div.DivClassName
{
background-color: #C95C98;
}
.BgClassName
{
background-color: #C95C98;
}
</style>
border-color css
<style>
span { border-color: #C95C98; }
span { border-color: rgb(201,92,152); }
td.TdClassName
{
border-color: #C95C98;
}
.TagClassName
{
border-color: #C95C98;
}
</style>