Shades of Mulberry #C95BA4
Tints of Mulberry #C95BA4
RGB
CMYK
RGB Variations
Color information
#C95BA4 (or 0xC95BA4) is known color: Mulberry. HEX triplet: C9, 5B and A4. RGB value is (201,91,164). Sum of RGB (Red+Green+Blue) = 201+91+164=456 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.08% from 456); Green value is 91 (35.94% from 255 or 19.96% from 456); Blue value is 164 (64.45% from 255 or 35.96% from 456); Max value from RGB is 201 - color contains mainly: red. Hex color #C95BA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95BA4 is #36A45B. Grayscale: #848484. Windows color (decimal): -3581020 or 10771401. OLE color: 10771401.
HSL color Cylindrical-coordinate representation of color #C95BA4: hue angle of 320.18º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C95BA4 is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 91 | 164 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.21 |
| HSL | 320.18º | 0.5% | 0.57% | - |
| HSV(B) | 320.18º | 0.55% | 0.79% | - |
| XYZ | 34.53 | 22.58 | 37.66 | - |
| YUV | 132.21 | 145.94 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 91 | 164 | 0 | 0.55 | 0.18 | 0.21 | 320.18 | 0.5 | 0.57 |
| Hex | C9 | 5B | A4 | 0 | 37 | 12 | 15 | 140 | 32 | 39 |
| Octal | 311 | 133 | 244 | 0 | 67 | 22 | 25 | 500 | 62 | 71 |
| Binary | 11001001 | 1011011 | 10100100 | 0 | 110111 | 10010 | 10101 | 101000000 | 110010 | 111001 |
Color Harmonies of #C95BA4
Complementary color
Monochromatic Colors of #C95BA4
Black with #C95BA4
Text Example
Text Example
White with #C95BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95BA4; }
p { color: rgb(201,91,164); }
H1.HeaderClassName
{
color: #C95BA4;
}
.AnyTagClassName
{
color: #C95BA4;
}
</style>
background-color css
<style>
a { background-color: #C95BA4; }
a { background-color: rgb(201,91,164); }
div.DivClassName
{
background-color: #C95BA4;
}
.BgClassName
{
background-color: #C95BA4;
}
</style>
border-color css
<style>
span { border-color: #C95BA4; }
span { border-color: rgb(201,91,164); }
td.TdClassName
{
border-color: #C95BA4;
}
.TagClassName
{
border-color: #C95BA4;
}
</style>