Shades of Mulberry #C45296
Tints of Mulberry #C45296
RGB
CMYK
RGB Variations
Color information
#C45296 (or 0xC45296) is known color: Mulberry. HEX triplet: C4, 52 and 96. RGB value is (196,82,150). Sum of RGB (Red+Green+Blue) = 196+82+150=428 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.79% from 428); Green value is 82 (32.42% from 255 or 19.16% from 428); Blue value is 150 (58.98% from 255 or 35.05% from 428); Max value from RGB is 196 - color contains mainly: red. Hex color #C45296 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45296 is #3BAD69. Grayscale: #7B7B7B. Windows color (decimal): -3911018 or 9851588. OLE color: 9851588.
HSL color Cylindrical-coordinate representation of color #C45296: hue angle of 324.21º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C45296 is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 82 | 150 | - |
| CMYK | 0 | 0.58 | 0.23 | 0.23 |
| HSL | 324.21º | 0.49% | 0.55% | - |
| HSV(B) | 324.21º | 0.58% | 0.77% | - |
| XYZ | 31.29 | 19.97 | 31.06 | - |
| YUV | 123.84 | 142.77 | 179.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 82 | 150 | 0 | 0.58 | 0.23 | 0.23 | 324.21 | 0.49 | 0.55 |
| Hex | C4 | 52 | 96 | 0 | 3A | 17 | 17 | 144 | 31 | 37 |
| Octal | 304 | 122 | 226 | 0 | 72 | 27 | 27 | 504 | 61 | 67 |
| Binary | 11000100 | 1010010 | 10010110 | 0 | 111010 | 10111 | 10111 | 101000100 | 110001 | 110111 |
Color Harmonies of #C45296
Complementary color
Monochromatic Colors of #C45296
Black with #C45296
Text Example
Text Example
White with #C45296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45296; }
p { color: rgb(196,82,150); }
H1.HeaderClassName
{
color: #C45296;
}
.AnyTagClassName
{
color: #C45296;
}
</style>
background-color css
<style>
a { background-color: #C45296; }
a { background-color: rgb(196,82,150); }
div.DivClassName
{
background-color: #C45296;
}
.BgClassName
{
background-color: #C45296;
}
</style>
border-color css
<style>
span { border-color: #C45296; }
span { border-color: rgb(196,82,150); }
td.TdClassName
{
border-color: #C45296;
}
.TagClassName
{
border-color: #C45296;
}
</style>