Shades of Mulberry #C35AA6
Tints of Mulberry #C35AA6
RGB
CMYK
RGB Variations
Color information
#C35AA6 (or 0xC35AA6) is known color: Mulberry. HEX triplet: C3, 5A and A6. RGB value is (195,90,166). Sum of RGB (Red+Green+Blue) = 195+90+166=451 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.24% from 451); Green value is 90 (35.55% from 255 or 19.96% from 451); Blue value is 166 (65.23% from 255 or 36.81% from 451); Max value from RGB is 195 - color contains mainly: red. Hex color #C35AA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35AA6 is #3CA559. Grayscale: #818181. Windows color (decimal): -3974490 or 10902211. OLE color: 10902211.
HSL color Cylindrical-coordinate representation of color #C35AA6: hue angle of 316.57º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C35AA6 is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 90 | 166 | - |
| CMYK | 0 | 0.54 | 0.15 | 0.24 |
| HSL | 316.57º | 0.47% | 0.56% | - |
| HSV(B) | 316.57º | 0.54% | 0.76% | - |
| XYZ | 33.04 | 21.67 | 38.52 | - |
| YUV | 130.06 | 148.29 | 174.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 90 | 166 | 0 | 0.54 | 0.15 | 0.24 | 316.57 | 0.47 | 0.56 |
| Hex | C3 | 5A | A6 | 0 | 36 | F | 18 | 13D | 2F | 38 |
| Octal | 303 | 132 | 246 | 0 | 66 | 17 | 30 | 475 | 57 | 70 |
| Binary | 11000011 | 1011010 | 10100110 | 0 | 110110 | 1111 | 11000 | 100111101 | 101111 | 111000 |
Color Harmonies of #C35AA6
Complementary color
Monochromatic Colors of #C35AA6
Black with #C35AA6
Text Example
Text Example
White with #C35AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35AA6; }
p { color: rgb(195,90,166); }
H1.HeaderClassName
{
color: #C35AA6;
}
.AnyTagClassName
{
color: #C35AA6;
}
</style>
background-color css
<style>
a { background-color: #C35AA6; }
a { background-color: rgb(195,90,166); }
div.DivClassName
{
background-color: #C35AA6;
}
.BgClassName
{
background-color: #C35AA6;
}
</style>
border-color css
<style>
span { border-color: #C35AA6; }
span { border-color: rgb(195,90,166); }
td.TdClassName
{
border-color: #C35AA6;
}
.TagClassName
{
border-color: #C35AA6;
}
</style>