Shades of Mulberry #C35B8C
Tints of Mulberry #C35B8C
RGB
CMYK
RGB Variations
Color information
#C35B8C (or 0xC35B8C) is known color: Mulberry. HEX triplet: C3, 5B and 8C. RGB value is (195,91,140). Sum of RGB (Red+Green+Blue) = 195+91+140=426 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.77% from 426); Green value is 91 (35.94% from 255 or 21.36% from 426); Blue value is 140 (55.08% from 255 or 32.86% from 426); Max value from RGB is 195 - color contains mainly: red. Hex color #C35B8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35B8C is #3CA473. Grayscale: #7F7F7F. Windows color (decimal): -3974260 or 9198531. OLE color: 9198531.
HSL color Cylindrical-coordinate representation of color #C35B8C: hue angle of 331.73º 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 #C35B8C is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 91 | 140 | - |
| CMYK | 0 | 0.53 | 0.28 | 0.24 |
| HSL | 331.73º | 0.46% | 0.56% | - |
| HSV(B) | 331.73º | 0.53% | 0.76% | - |
| XYZ | 30.98 | 20.98 | 27.23 | - |
| YUV | 127.68 | 134.96 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 91 | 140 | 0 | 0.53 | 0.28 | 0.24 | 331.73 | 0.46 | 0.56 |
| Hex | C3 | 5B | 8C | 0 | 35 | 1C | 18 | 14C | 2E | 38 |
| Octal | 303 | 133 | 214 | 0 | 65 | 34 | 30 | 514 | 56 | 70 |
| Binary | 11000011 | 1011011 | 10001100 | 0 | 110101 | 11100 | 11000 | 101001100 | 101110 | 111000 |
Color Harmonies of #C35B8C
Complementary color
Monochromatic Colors of #C35B8C
Black with #C35B8C
Text Example
Text Example
White with #C35B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35B8C; }
p { color: rgb(195,91,140); }
H1.HeaderClassName
{
color: #C35B8C;
}
.AnyTagClassName
{
color: #C35B8C;
}
</style>
background-color css
<style>
a { background-color: #C35B8C; }
a { background-color: rgb(195,91,140); }
div.DivClassName
{
background-color: #C35B8C;
}
.BgClassName
{
background-color: #C35B8C;
}
</style>
border-color css
<style>
span { border-color: #C35B8C; }
span { border-color: rgb(195,91,140); }
td.TdClassName
{
border-color: #C35B8C;
}
.TagClassName
{
border-color: #C35B8C;
}
</style>