Shades of Mulberry #C45B81
Tints of Mulberry #C45B81
RGB
CMYK
RGB Variations
Color information
#C45B81 (or 0xC45B81) is known color: Mulberry. HEX triplet: C4, 5B and 81. RGB value is (196,91,129). Sum of RGB (Red+Green+Blue) = 196+91+129=416 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.12% from 416); Green value is 91 (35.94% from 255 or 21.88% from 416); Blue value is 129 (50.78% from 255 or 31.01% from 416); Max value from RGB is 196 - color contains mainly: red. Hex color #C45B81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45B81 is #3BA47E. Grayscale: #7E7E7E. Windows color (decimal): -3908735 or 8477636. OLE color: 8477636.
HSL color Cylindrical-coordinate representation of color #C45B81: hue angle of 338.29º 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 #C45B81 is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 91 | 129 | - |
| CMYK | 0 | 0.54 | 0.34 | 0.23 |
| HSL | 338.29º | 0.47% | 0.56% | - |
| HSV(B) | 338.29º | 0.54% | 0.77% | - |
| XYZ | 30.47 | 20.8 | 23.18 | - |
| YUV | 126.73 | 129.29 | 177.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 91 | 129 | 0 | 0.54 | 0.34 | 0.23 | 338.29 | 0.47 | 0.56 |
| Hex | C4 | 5B | 81 | 0 | 36 | 22 | 17 | 152 | 2F | 38 |
| Octal | 304 | 133 | 201 | 0 | 66 | 42 | 27 | 522 | 57 | 70 |
| Binary | 11000100 | 1011011 | 10000001 | 0 | 110110 | 100010 | 10111 | 101010010 | 101111 | 111000 |
Color Harmonies of #C45B81
Complementary color
Monochromatic Colors of #C45B81
Black with #C45B81
Text Example
Text Example
White with #C45B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45B81; }
p { color: rgb(196,91,129); }
H1.HeaderClassName
{
color: #C45B81;
}
.AnyTagClassName
{
color: #C45B81;
}
</style>
background-color css
<style>
a { background-color: #C45B81; }
a { background-color: rgb(196,91,129); }
div.DivClassName
{
background-color: #C45B81;
}
.BgClassName
{
background-color: #C45B81;
}
</style>
border-color css
<style>
span { border-color: #C45B81; }
span { border-color: rgb(196,91,129); }
td.TdClassName
{
border-color: #C45B81;
}
.TagClassName
{
border-color: #C45B81;
}
</style>