Shades of Mulberry #C35C8B
Tints of Mulberry #C35C8B
RGB
CMYK
RGB Variations
Color information
#C35C8B (or 0xC35C8B) is known color: Mulberry. HEX triplet: C3, 5C and 8B. RGB value is (195,92,139). Sum of RGB (Red+Green+Blue) = 195+92+139=426 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.77% from 426); Green value is 92 (36.33% from 255 or 21.60% from 426); Blue value is 139 (54.69% from 255 or 32.63% from 426); Max value from RGB is 195 - color contains mainly: red. Hex color #C35C8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35C8B is #3CA374. Grayscale: #808080. Windows color (decimal): -3974005 or 9133251. OLE color: 9133251.
HSL color Cylindrical-coordinate representation of color #C35C8B: hue angle of 332.62º 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 #C35C8B is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 92 | 139 | - |
| CMYK | 0 | 0.53 | 0.29 | 0.24 |
| HSL | 332.62º | 0.46% | 0.56% | - |
| HSV(B) | 332.62º | 0.53% | 0.76% | - |
| XYZ | 30.99 | 21.12 | 26.87 | - |
| YUV | 128.16 | 134.12 | 175.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 92 | 139 | 0 | 0.53 | 0.29 | 0.24 | 332.62 | 0.46 | 0.56 |
| Hex | C3 | 5C | 8B | 0 | 35 | 1D | 18 | 14D | 2E | 38 |
| Octal | 303 | 134 | 213 | 0 | 65 | 35 | 30 | 515 | 56 | 70 |
| Binary | 11000011 | 1011100 | 10001011 | 0 | 110101 | 11101 | 11000 | 101001101 | 101110 | 111000 |
Color Harmonies of #C35C8B
Complementary color
Monochromatic Colors of #C35C8B
Black with #C35C8B
Text Example
Text Example
White with #C35C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35C8B; }
p { color: rgb(195,92,139); }
H1.HeaderClassName
{
color: #C35C8B;
}
.AnyTagClassName
{
color: #C35C8B;
}
</style>
background-color css
<style>
a { background-color: #C35C8B; }
a { background-color: rgb(195,92,139); }
div.DivClassName
{
background-color: #C35C8B;
}
.BgClassName
{
background-color: #C35C8B;
}
</style>
border-color css
<style>
span { border-color: #C35C8B; }
span { border-color: rgb(195,92,139); }
td.TdClassName
{
border-color: #C35C8B;
}
.TagClassName
{
border-color: #C35C8B;
}
</style>