Shades of Mulberry #C35C8A
Tints of Mulberry #C35C8A
RGB
CMYK
RGB Variations
Color information
#C35C8A (or 0xC35C8A) is known color: Mulberry. HEX triplet: C3, 5C and 8A. RGB value is (195,92,138). Sum of RGB (Red+Green+Blue) = 195+92+138=425 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.88% from 425); Green value is 92 (36.33% from 255 or 21.65% from 425); Blue value is 138 (54.30% from 255 or 32.47% from 425); Max value from RGB is 195 - color contains mainly: red. Hex color #C35C8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35C8A is #3CA375. Grayscale: #7F7F7F. Windows color (decimal): -3974006 or 9067715. OLE color: 9067715.
HSL color Cylindrical-coordinate representation of color #C35C8A: hue angle of 333.2º 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 #C35C8A is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 92 | 138 | - |
| CMYK | 0 | 0.53 | 0.29 | 0.24 |
| HSL | 333.2º | 0.46% | 0.56% | - |
| HSV(B) | 333.2º | 0.53% | 0.76% | - |
| XYZ | 30.92 | 21.09 | 26.49 | - |
| YUV | 128.04 | 133.62 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 92 | 138 | 0 | 0.53 | 0.29 | 0.24 | 333.2 | 0.46 | 0.56 |
| Hex | C3 | 5C | 8A | 0 | 35 | 1D | 18 | 14D | 2E | 38 |
| Octal | 303 | 134 | 212 | 0 | 65 | 35 | 30 | 515 | 56 | 70 |
| Binary | 11000011 | 1011100 | 10001010 | 0 | 110101 | 11101 | 11000 | 101001101 | 101110 | 111000 |
Color Harmonies of #C35C8A
Complementary color
Monochromatic Colors of #C35C8A
Black with #C35C8A
Text Example
Text Example
White with #C35C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35C8A; }
p { color: rgb(195,92,138); }
H1.HeaderClassName
{
color: #C35C8A;
}
.AnyTagClassName
{
color: #C35C8A;
}
</style>
background-color css
<style>
a { background-color: #C35C8A; }
a { background-color: rgb(195,92,138); }
div.DivClassName
{
background-color: #C35C8A;
}
.BgClassName
{
background-color: #C35C8A;
}
</style>
border-color css
<style>
span { border-color: #C35C8A; }
span { border-color: rgb(195,92,138); }
td.TdClassName
{
border-color: #C35C8A;
}
.TagClassName
{
border-color: #C35C8A;
}
</style>