Shades of Mulberry #C35893
Tints of Mulberry #C35893
RGB
CMYK
RGB Variations
Color information
#C35893 (or 0xC35893) is known color: Mulberry. HEX triplet: C3, 58 and 93. RGB value is (195,88,147). Sum of RGB (Red+Green+Blue) = 195+88+147=430 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.35% from 430); Green value is 88 (34.77% from 255 or 20.47% from 430); Blue value is 147 (57.81% from 255 or 34.19% from 430); Max value from RGB is 195 - color contains mainly: red. Hex color #C35893 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35893 is #3CA76C. Grayscale: #7E7E7E. Windows color (decimal): -3975021 or 9656515. OLE color: 9656515.
HSL color Cylindrical-coordinate representation of color #C35893: hue angle of 326.92º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C35893 is Cyan = 0, Magento = 0.55, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 88 | 147 | - |
| CMYK | 0 | 0.55 | 0.25 | 0.24 |
| HSL | 326.92º | 0.47% | 0.55% | - |
| HSV(B) | 326.92º | 0.55% | 0.76% | - |
| XYZ | 31.26 | 20.69 | 29.95 | - |
| YUV | 126.72 | 139.45 | 176.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 88 | 147 | 0 | 0.55 | 0.25 | 0.24 | 326.92 | 0.47 | 0.55 |
| Hex | C3 | 58 | 93 | 0 | 37 | 19 | 18 | 147 | 2F | 37 |
| Octal | 303 | 130 | 223 | 0 | 67 | 31 | 30 | 507 | 57 | 67 |
| Binary | 11000011 | 1011000 | 10010011 | 0 | 110111 | 11001 | 11000 | 101000111 | 101111 | 110111 |
Color Harmonies of #C35893
Complementary color
Monochromatic Colors of #C35893
Black with #C35893
Text Example
Text Example
White with #C35893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35893; }
p { color: rgb(195,88,147); }
H1.HeaderClassName
{
color: #C35893;
}
.AnyTagClassName
{
color: #C35893;
}
</style>
background-color css
<style>
a { background-color: #C35893; }
a { background-color: rgb(195,88,147); }
div.DivClassName
{
background-color: #C35893;
}
.BgClassName
{
background-color: #C35893;
}
</style>
border-color css
<style>
span { border-color: #C35893; }
span { border-color: rgb(195,88,147); }
td.TdClassName
{
border-color: #C35893;
}
.TagClassName
{
border-color: #C35893;
}
</style>