Shades of Mulberry #C95C9C
Tints of Mulberry #C95C9C
RGB
CMYK
RGB Variations
Color information
#C95C9C (or 0xC95C9C) is known color: Mulberry. HEX triplet: C9, 5C and 9C. RGB value is (201,92,156). Sum of RGB (Red+Green+Blue) = 201+92+156=449 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.77% from 449); Green value is 92 (36.33% from 255 or 20.49% from 449); Blue value is 156 (61.33% from 255 or 34.74% from 449); Max value from RGB is 201 - color contains mainly: red. Hex color #C95C9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95C9C is #36A363. Grayscale: #838383. Windows color (decimal): -3580772 or 10247369. OLE color: 10247369.
HSL color Cylindrical-coordinate representation of color #C95C9C: hue angle of 324.77º 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 #C95C9C is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 92 | 156 | - |
| CMYK | 0 | 0.54 | 0.22 | 0.21 |
| HSL | 324.77º | 0.5% | 0.57% | - |
| HSV(B) | 324.77º | 0.54% | 0.79% | - |
| XYZ | 33.92 | 22.47 | 34 | - |
| YUV | 131.89 | 141.61 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 92 | 156 | 0 | 0.54 | 0.22 | 0.21 | 324.77 | 0.5 | 0.57 |
| Hex | C9 | 5C | 9C | 0 | 36 | 16 | 15 | 145 | 32 | 39 |
| Octal | 311 | 134 | 234 | 0 | 66 | 26 | 25 | 505 | 62 | 71 |
| Binary | 11001001 | 1011100 | 10011100 | 0 | 110110 | 10110 | 10101 | 101000101 | 110010 | 111001 |
Color Harmonies of #C95C9C
Complementary color
Monochromatic Colors of #C95C9C
Black with #C95C9C
Text Example
Text Example
White with #C95C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95C9C; }
p { color: rgb(201,92,156); }
H1.HeaderClassName
{
color: #C95C9C;
}
.AnyTagClassName
{
color: #C95C9C;
}
</style>
background-color css
<style>
a { background-color: #C95C9C; }
a { background-color: rgb(201,92,156); }
div.DivClassName
{
background-color: #C95C9C;
}
.BgClassName
{
background-color: #C95C9C;
}
</style>
border-color css
<style>
span { border-color: #C95C9C; }
span { border-color: rgb(201,92,156); }
td.TdClassName
{
border-color: #C95C9C;
}
.TagClassName
{
border-color: #C95C9C;
}
</style>