Shades of Mulberry #C3528B
Tints of Mulberry #C3528B
RGB
CMYK
RGB Variations
Color information
#C3528B (or 0xC3528B) is known color: Mulberry. HEX triplet: C3, 52 and 8B. RGB value is (195,82,139). Sum of RGB (Red+Green+Blue) = 195+82+139=416 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.88% from 416); Green value is 82 (32.42% from 255 or 19.71% from 416); Blue value is 139 (54.69% from 255 or 33.41% from 416); Max value from RGB is 195 - color contains mainly: red. Hex color #C3528B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C3528B is #3CAD74. Grayscale: #7A7A7A. Windows color (decimal): -3976565 or 9130691. OLE color: 9130691.
HSL color Cylindrical-coordinate representation of color #C3528B: hue angle of 329.73º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C3528B is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 82 | 139 | - |
| CMYK | 0 | 0.58 | 0.29 | 0.24 |
| HSL | 329.73º | 0.48% | 0.54% | - |
| HSV(B) | 329.73º | 0.58% | 0.76% | - |
| XYZ | 30.18 | 19.5 | 26.6 | - |
| YUV | 122.29 | 137.44 | 179.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 82 | 139 | 0 | 0.58 | 0.29 | 0.24 | 329.73 | 0.48 | 0.54 |
| Hex | C3 | 52 | 8B | 0 | 3A | 1D | 18 | 14A | 30 | 36 |
| Octal | 303 | 122 | 213 | 0 | 72 | 35 | 30 | 512 | 60 | 66 |
| Binary | 11000011 | 1010010 | 10001011 | 0 | 111010 | 11101 | 11000 | 101001010 | 110000 | 110110 |
Color Harmonies of #C3528B
Complementary color
Monochromatic Colors of #C3528B
Black with #C3528B
Text Example
Text Example
White with #C3528B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3528B; }
p { color: rgb(195,82,139); }
H1.HeaderClassName
{
color: #C3528B;
}
.AnyTagClassName
{
color: #C3528B;
}
</style>
background-color css
<style>
a { background-color: #C3528B; }
a { background-color: rgb(195,82,139); }
div.DivClassName
{
background-color: #C3528B;
}
.BgClassName
{
background-color: #C3528B;
}
</style>
border-color css
<style>
span { border-color: #C3528B; }
span { border-color: rgb(195,82,139); }
td.TdClassName
{
border-color: #C3528B;
}
.TagClassName
{
border-color: #C3528B;
}
</style>