Shades of Mulberry #C45B8A
Tints of Mulberry #C45B8A
RGB
CMYK
RGB Variations
Color information
#C45B8A (or 0xC45B8A) is known color: Mulberry. HEX triplet: C4, 5B and 8A. RGB value is (196,91,138). Sum of RGB (Red+Green+Blue) = 196+91+138=425 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.12% from 425); Green value is 91 (35.94% from 255 or 21.41% from 425); Blue value is 138 (54.30% from 255 or 32.47% from 425); Max value from RGB is 196 - color contains mainly: red. Hex color #C45B8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45B8A is #3BA475. Grayscale: #7F7F7F. Windows color (decimal): -3908726 or 9067460. OLE color: 9067460.
HSL color Cylindrical-coordinate representation of color #C45B8A: hue angle of 333.14º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C45B8A is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 91 | 138 | - |
| CMYK | 0 | 0.54 | 0.30 | 0.23 |
| HSL | 333.14º | 0.47% | 0.56% | - |
| HSV(B) | 333.14º | 0.54% | 0.77% | - |
| XYZ | 31.09 | 21.05 | 26.47 | - |
| YUV | 127.75 | 133.79 | 176.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 91 | 138 | 0 | 0.54 | 0.30 | 0.23 | 333.14 | 0.47 | 0.56 |
| Hex | C4 | 5B | 8A | 0 | 36 | 1E | 17 | 14D | 2F | 38 |
| Octal | 304 | 133 | 212 | 0 | 66 | 36 | 27 | 515 | 57 | 70 |
| Binary | 11000100 | 1011011 | 10001010 | 0 | 110110 | 11110 | 10111 | 101001101 | 101111 | 111000 |
Color Harmonies of #C45B8A
Complementary color
Monochromatic Colors of #C45B8A
Black with #C45B8A
Text Example
Text Example
White with #C45B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45B8A; }
p { color: rgb(196,91,138); }
H1.HeaderClassName
{
color: #C45B8A;
}
.AnyTagClassName
{
color: #C45B8A;
}
</style>
background-color css
<style>
a { background-color: #C45B8A; }
a { background-color: rgb(196,91,138); }
div.DivClassName
{
background-color: #C45B8A;
}
.BgClassName
{
background-color: #C45B8A;
}
</style>
border-color css
<style>
span { border-color: #C45B8A; }
span { border-color: rgb(196,91,138); }
td.TdClassName
{
border-color: #C45B8A;
}
.TagClassName
{
border-color: #C45B8A;
}
</style>