Shades of Mulberry #C35895
Tints of Mulberry #C35895
RGB
CMYK
RGB Variations
Color information
#C35895 (or 0xC35895) is known color: Mulberry. HEX triplet: C3, 58 and 95. RGB value is (195,88,149). Sum of RGB (Red+Green+Blue) = 195+88+149=432 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.14% from 432); Green value is 88 (34.77% from 255 or 20.37% from 432); Blue value is 149 (58.59% from 255 or 34.49% from 432); Max value from RGB is 195 - color contains mainly: red. Hex color #C35895 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35895 is #3CA76A. Grayscale: #7E7E7E. Windows color (decimal): -3975019 or 9787587. OLE color: 9787587.
HSL color Cylindrical-coordinate representation of color #C35895: hue angle of 325.79º 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 #C35895 is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 88 | 149 | - |
| CMYK | 0 | 0.55 | 0.24 | 0.24 |
| HSL | 325.79º | 0.47% | 0.55% | - |
| HSV(B) | 325.79º | 0.55% | 0.76% | - |
| XYZ | 31.42 | 20.75 | 30.78 | - |
| YUV | 126.95 | 140.45 | 176.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 88 | 149 | 0 | 0.55 | 0.24 | 0.24 | 325.79 | 0.47 | 0.55 |
| Hex | C3 | 58 | 95 | 0 | 37 | 18 | 18 | 146 | 2F | 37 |
| Octal | 303 | 130 | 225 | 0 | 67 | 30 | 30 | 506 | 57 | 67 |
| Binary | 11000011 | 1011000 | 10010101 | 0 | 110111 | 11000 | 11000 | 101000110 | 101111 | 110111 |
Color Harmonies of #C35895
Complementary color
Monochromatic Colors of #C35895
Black with #C35895
Text Example
Text Example
White with #C35895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35895; }
p { color: rgb(195,88,149); }
H1.HeaderClassName
{
color: #C35895;
}
.AnyTagClassName
{
color: #C35895;
}
</style>
background-color css
<style>
a { background-color: #C35895; }
a { background-color: rgb(195,88,149); }
div.DivClassName
{
background-color: #C35895;
}
.BgClassName
{
background-color: #C35895;
}
</style>
border-color css
<style>
span { border-color: #C35895; }
span { border-color: rgb(195,88,149); }
td.TdClassName
{
border-color: #C35895;
}
.TagClassName
{
border-color: #C35895;
}
</style>