Shades of Mulberry #C35CA6
Tints of Mulberry #C35CA6
RGB
CMYK
RGB Variations
Color information
#C35CA6 (or 0xC35CA6) is known color: Mulberry. HEX triplet: C3, 5C and A6. RGB value is (195,92,166). Sum of RGB (Red+Green+Blue) = 195+92+166=453 (60% of max value = 765). Red value is 195 (76.56% from 255 or 43.05% from 453); Green value is 92 (36.33% from 255 or 20.31% from 453); Blue value is 166 (65.23% from 255 or 36.64% from 453); Max value from RGB is 195 - color contains mainly: red. Hex color #C35CA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35CA6 is #3CA359. Grayscale: #838383. Windows color (decimal): -3973978 or 10902723. OLE color: 10902723.
HSL color Cylindrical-coordinate representation of color #C35CA6: hue angle of 316.89º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C35CA6 is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 92 | 166 | - |
| CMYK | 0 | 0.53 | 0.15 | 0.24 |
| HSL | 316.89º | 0.46% | 0.56% | - |
| HSV(B) | 316.89º | 0.53% | 0.76% | - |
| XYZ | 33.22 | 22.01 | 38.57 | - |
| YUV | 131.23 | 147.62 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 92 | 166 | 0 | 0.53 | 0.15 | 0.24 | 316.89 | 0.46 | 0.56 |
| Hex | C3 | 5C | A6 | 0 | 35 | F | 18 | 13D | 2E | 38 |
| Octal | 303 | 134 | 246 | 0 | 65 | 17 | 30 | 475 | 56 | 70 |
| Binary | 11000011 | 1011100 | 10100110 | 0 | 110101 | 1111 | 11000 | 100111101 | 101110 | 111000 |
Color Harmonies of #C35CA6
Complementary color
Monochromatic Colors of #C35CA6
Black with #C35CA6
Text Example
Text Example
White with #C35CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35CA6; }
p { color: rgb(195,92,166); }
H1.HeaderClassName
{
color: #C35CA6;
}
.AnyTagClassName
{
color: #C35CA6;
}
</style>
background-color css
<style>
a { background-color: #C35CA6; }
a { background-color: rgb(195,92,166); }
div.DivClassName
{
background-color: #C35CA6;
}
.BgClassName
{
background-color: #C35CA6;
}
</style>
border-color css
<style>
span { border-color: #C35CA6; }
span { border-color: rgb(195,92,166); }
td.TdClassName
{
border-color: #C35CA6;
}
.TagClassName
{
border-color: #C35CA6;
}
</style>