Shades of Mulberry #C35A92
Tints of Mulberry #C35A92
RGB
CMYK
RGB Variations
Color information
#C35A92 (or 0xC35A92) is known color: Mulberry. HEX triplet: C3, 5A and 92. RGB value is (195,90,146). Sum of RGB (Red+Green+Blue) = 195+90+146=431 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.24% from 431); Green value is 90 (35.55% from 255 or 20.88% from 431); Blue value is 146 (57.42% from 255 or 33.87% from 431); Max value from RGB is 195 - color contains mainly: red. Hex color #C35A92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35A92 is #3CA56D. Grayscale: #7F7F7F. Windows color (decimal): -3974510 or 9591491. OLE color: 9591491.
HSL color Cylindrical-coordinate representation of color #C35A92: hue angle of 328º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C35A92 is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 90 | 146 | - |
| CMYK | 0 | 0.54 | 0.25 | 0.24 |
| HSL | 328º | 0.47% | 0.56% | - |
| HSV(B) | 328º | 0.54% | 0.76% | - |
| XYZ | 31.35 | 20.99 | 29.59 | - |
| YUV | 127.78 | 138.29 | 175.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 90 | 146 | 0 | 0.54 | 0.25 | 0.24 | 328 | 0.47 | 0.56 |
| Hex | C3 | 5A | 92 | 0 | 36 | 19 | 18 | 148 | 2F | 38 |
| Octal | 303 | 132 | 222 | 0 | 66 | 31 | 30 | 510 | 57 | 70 |
| Binary | 11000011 | 1011010 | 10010010 | 0 | 110110 | 11001 | 11000 | 101001000 | 101111 | 111000 |
Color Harmonies of #C35A92
Complementary color
Monochromatic Colors of #C35A92
Black with #C35A92
Text Example
Text Example
White with #C35A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35A92; }
p { color: rgb(195,90,146); }
H1.HeaderClassName
{
color: #C35A92;
}
.AnyTagClassName
{
color: #C35A92;
}
</style>
background-color css
<style>
a { background-color: #C35A92; }
a { background-color: rgb(195,90,146); }
div.DivClassName
{
background-color: #C35A92;
}
.BgClassName
{
background-color: #C35A92;
}
</style>
border-color css
<style>
span { border-color: #C35A92; }
span { border-color: rgb(195,90,146); }
td.TdClassName
{
border-color: #C35A92;
}
.TagClassName
{
border-color: #C35A92;
}
</style>