Shades of Mulberry #C45BA2
Tints of Mulberry #C45BA2
RGB
CMYK
RGB Variations
Color information
#C45BA2 (or 0xC45BA2) is known color: Mulberry. HEX triplet: C4, 5B and A2. RGB value is (196,91,162). Sum of RGB (Red+Green+Blue) = 196+91+162=449 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.65% from 449); Green value is 91 (35.94% from 255 or 20.27% from 449); Blue value is 162 (63.67% from 255 or 36.08% from 449); Max value from RGB is 196 - color contains mainly: red. Hex color #C45BA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45BA2 is #3BA45D. Grayscale: #828282. Windows color (decimal): -3908702 or 10640324. OLE color: 10640324.
HSL color Cylindrical-coordinate representation of color #C45BA2: hue angle of 319.43º 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 #C45BA2 is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 91 | 162 | - |
| CMYK | 0 | 0.54 | 0.17 | 0.23 |
| HSL | 319.43º | 0.47% | 0.56% | - |
| HSV(B) | 319.43º | 0.54% | 0.77% | - |
| XYZ | 33.03 | 21.83 | 36.65 | - |
| YUV | 130.49 | 145.79 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 91 | 162 | 0 | 0.54 | 0.17 | 0.23 | 319.43 | 0.47 | 0.56 |
| Hex | C4 | 5B | A2 | 0 | 36 | 11 | 17 | 13F | 2F | 38 |
| Octal | 304 | 133 | 242 | 0 | 66 | 21 | 27 | 477 | 57 | 70 |
| Binary | 11000100 | 1011011 | 10100010 | 0 | 110110 | 10001 | 10111 | 100111111 | 101111 | 111000 |
Color Harmonies of #C45BA2
Complementary color
Monochromatic Colors of #C45BA2
Black with #C45BA2
Text Example
Text Example
White with #C45BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45BA2; }
p { color: rgb(196,91,162); }
H1.HeaderClassName
{
color: #C45BA2;
}
.AnyTagClassName
{
color: #C45BA2;
}
</style>
background-color css
<style>
a { background-color: #C45BA2; }
a { background-color: rgb(196,91,162); }
div.DivClassName
{
background-color: #C45BA2;
}
.BgClassName
{
background-color: #C45BA2;
}
</style>
border-color css
<style>
span { border-color: #C45BA2; }
span { border-color: rgb(196,91,162); }
td.TdClassName
{
border-color: #C45BA2;
}
.TagClassName
{
border-color: #C45BA2;
}
</style>