Shades of Mulberry #C458A3
Tints of Mulberry #C458A3
RGB
CMYK
RGB Variations
Color information
#C458A3 (or 0xC458A3) is known color: Mulberry. HEX triplet: C4, 58 and A3. RGB value is (196,88,163). Sum of RGB (Red+Green+Blue) = 196+88+163=447 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.85% from 447); Green value is 88 (34.77% from 255 or 19.69% from 447); Blue value is 163 (64.06% from 255 or 36.47% from 447); Max value from RGB is 196 - color contains mainly: red. Hex color #C458A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C458A3 is #3BA75C. Grayscale: #808080. Windows color (decimal): -3909469 or 10705092. OLE color: 10705092.
HSL color Cylindrical-coordinate representation of color #C458A3: hue angle of 318.33º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C458A3 is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 88 | 163 | - |
| CMYK | 0 | 0.55 | 0.17 | 0.23 |
| HSL | 318.33º | 0.48% | 0.56% | - |
| HSV(B) | 318.33º | 0.55% | 0.77% | - |
| XYZ | 32.87 | 21.36 | 37.04 | - |
| YUV | 128.84 | 147.28 | 175.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 88 | 163 | 0 | 0.55 | 0.17 | 0.23 | 318.33 | 0.48 | 0.56 |
| Hex | C4 | 58 | A3 | 0 | 37 | 11 | 17 | 13E | 30 | 38 |
| Octal | 304 | 130 | 243 | 0 | 67 | 21 | 27 | 476 | 60 | 70 |
| Binary | 11000100 | 1011000 | 10100011 | 0 | 110111 | 10001 | 10111 | 100111110 | 110000 | 111000 |
Color Harmonies of #C458A3
Complementary color
Monochromatic Colors of #C458A3
Black with #C458A3
Text Example
Text Example
White with #C458A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C458A3; }
p { color: rgb(196,88,163); }
H1.HeaderClassName
{
color: #C458A3;
}
.AnyTagClassName
{
color: #C458A3;
}
</style>
background-color css
<style>
a { background-color: #C458A3; }
a { background-color: rgb(196,88,163); }
div.DivClassName
{
background-color: #C458A3;
}
.BgClassName
{
background-color: #C458A3;
}
</style>
border-color css
<style>
span { border-color: #C458A3; }
span { border-color: rgb(196,88,163); }
td.TdClassName
{
border-color: #C458A3;
}
.TagClassName
{
border-color: #C458A3;
}
</style>