Shades of Mulberry #C35892
Tints of Mulberry #C35892
RGB
CMYK
RGB Variations
Color information
#C35892 (or 0xC35892) is known color: Mulberry. HEX triplet: C3, 58 and 92. RGB value is (195,88,146). Sum of RGB (Red+Green+Blue) = 195+88+146=429 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.45% from 429); Green value is 88 (34.77% from 255 or 20.51% from 429); Blue value is 146 (57.42% from 255 or 34.03% from 429); Max value from RGB is 195 - color contains mainly: red. Hex color #C35892 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35892 is #3CA76D. Grayscale: #7E7E7E. Windows color (decimal): -3975022 or 9590979. OLE color: 9590979.
HSL color Cylindrical-coordinate representation of color #C35892: hue angle of 327.48º 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 #C35892 is Cyan = 0, Magento = 0.55, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 88 | 146 | - |
| CMYK | 0 | 0.55 | 0.25 | 0.24 |
| HSL | 327.48º | 0.47% | 0.55% | - |
| HSV(B) | 327.48º | 0.55% | 0.76% | - |
| XYZ | 31.18 | 20.66 | 29.54 | - |
| YUV | 126.61 | 138.95 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 88 | 146 | 0 | 0.55 | 0.25 | 0.24 | 327.48 | 0.47 | 0.55 |
| Hex | C3 | 58 | 92 | 0 | 37 | 19 | 18 | 147 | 2F | 37 |
| Octal | 303 | 130 | 222 | 0 | 67 | 31 | 30 | 507 | 57 | 67 |
| Binary | 11000011 | 1011000 | 10010010 | 0 | 110111 | 11001 | 11000 | 101000111 | 101111 | 110111 |
Color Harmonies of #C35892
Complementary color
Monochromatic Colors of #C35892
Black with #C35892
Text Example
Text Example
White with #C35892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35892; }
p { color: rgb(195,88,146); }
H1.HeaderClassName
{
color: #C35892;
}
.AnyTagClassName
{
color: #C35892;
}
</style>
background-color css
<style>
a { background-color: #C35892; }
a { background-color: rgb(195,88,146); }
div.DivClassName
{
background-color: #C35892;
}
.BgClassName
{
background-color: #C35892;
}
</style>
border-color css
<style>
span { border-color: #C35892; }
span { border-color: rgb(195,88,146); }
td.TdClassName
{
border-color: #C35892;
}
.TagClassName
{
border-color: #C35892;
}
</style>