Shades of Mulberry #C35790
Tints of Mulberry #C35790
RGB
CMYK
RGB Variations
Color information
#C35790 (or 0xC35790) is known color: Mulberry. HEX triplet: C3, 57 and 90. RGB value is (195,87,144). Sum of RGB (Red+Green+Blue) = 195+87+144=426 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.77% from 426); Green value is 87 (34.38% from 255 or 20.42% from 426); Blue value is 144 (56.64% from 255 or 33.80% from 426); Max value from RGB is 195 - color contains mainly: red. Hex color #C35790 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35790 is #3CA86F. Grayscale: #7D7D7D. Windows color (decimal): -3975280 or 9459651. OLE color: 9459651.
HSL color Cylindrical-coordinate representation of color #C35790: hue angle of 328.33º 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 #C35790 is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 87 | 144 | - |
| CMYK | 0 | 0.55 | 0.26 | 0.24 |
| HSL | 328.33º | 0.47% | 0.55% | - |
| HSV(B) | 328.33º | 0.55% | 0.76% | - |
| XYZ | 30.95 | 20.43 | 28.7 | - |
| YUV | 125.79 | 138.28 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 87 | 144 | 0 | 0.55 | 0.26 | 0.24 | 328.33 | 0.47 | 0.55 |
| Hex | C3 | 57 | 90 | 0 | 37 | 1A | 18 | 148 | 2F | 37 |
| Octal | 303 | 127 | 220 | 0 | 67 | 32 | 30 | 510 | 57 | 67 |
| Binary | 11000011 | 1010111 | 10010000 | 0 | 110111 | 11010 | 11000 | 101001000 | 101111 | 110111 |
Color Harmonies of #C35790
Complementary color
Monochromatic Colors of #C35790
Black with #C35790
Text Example
Text Example
White with #C35790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35790; }
p { color: rgb(195,87,144); }
H1.HeaderClassName
{
color: #C35790;
}
.AnyTagClassName
{
color: #C35790;
}
</style>
background-color css
<style>
a { background-color: #C35790; }
a { background-color: rgb(195,87,144); }
div.DivClassName
{
background-color: #C35790;
}
.BgClassName
{
background-color: #C35790;
}
</style>
border-color css
<style>
span { border-color: #C35790; }
span { border-color: rgb(195,87,144); }
td.TdClassName
{
border-color: #C35790;
}
.TagClassName
{
border-color: #C35790;
}
</style>