Shades of Mulberry #C45C8B
Tints of Mulberry #C45C8B
RGB
CMYK
RGB Variations
Color information
#C45C8B (or 0xC45C8B) is known color: Mulberry. HEX triplet: C4, 5C and 8B. RGB value is (196,92,139). Sum of RGB (Red+Green+Blue) = 196+92+139=427 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.90% from 427); Green value is 92 (36.33% from 255 or 21.55% from 427); Blue value is 139 (54.69% from 255 or 32.55% from 427); Max value from RGB is 196 - color contains mainly: red. Hex color #C45C8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45C8B is #3BA374. Grayscale: #808080. Windows color (decimal): -3908469 or 9133252. OLE color: 9133252.
HSL color Cylindrical-coordinate representation of color #C45C8B: hue angle of 332.88º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C45C8B is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 92 | 139 | - |
| CMYK | 0 | 0.53 | 0.29 | 0.23 |
| HSL | 332.88º | 0.47% | 0.56% | - |
| HSV(B) | 332.88º | 0.53% | 0.77% | - |
| XYZ | 31.25 | 21.25 | 26.88 | - |
| YUV | 128.45 | 133.96 | 176.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 92 | 139 | 0 | 0.53 | 0.29 | 0.23 | 332.88 | 0.47 | 0.56 |
| Hex | C4 | 5C | 8B | 0 | 35 | 1D | 17 | 14D | 2F | 38 |
| Octal | 304 | 134 | 213 | 0 | 65 | 35 | 27 | 515 | 57 | 70 |
| Binary | 11000100 | 1011100 | 10001011 | 0 | 110101 | 11101 | 10111 | 101001101 | 101111 | 111000 |
Color Harmonies of #C45C8B
Complementary color
Monochromatic Colors of #C45C8B
Black with #C45C8B
Text Example
Text Example
White with #C45C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45C8B; }
p { color: rgb(196,92,139); }
H1.HeaderClassName
{
color: #C45C8B;
}
.AnyTagClassName
{
color: #C45C8B;
}
</style>
background-color css
<style>
a { background-color: #C45C8B; }
a { background-color: rgb(196,92,139); }
div.DivClassName
{
background-color: #C45C8B;
}
.BgClassName
{
background-color: #C45C8B;
}
</style>
border-color css
<style>
span { border-color: #C45C8B; }
span { border-color: rgb(196,92,139); }
td.TdClassName
{
border-color: #C45C8B;
}
.TagClassName
{
border-color: #C45C8B;
}
</style>