Shades of Mulberry #C4469D
Tints of Mulberry #C4469D
RGB
CMYK
RGB Variations
Color information
#C4469D (or 0xC4469D) is known color: Mulberry. HEX triplet: C4, 46 and 9D. RGB value is (196,70,157). Sum of RGB (Red+Green+Blue) = 196+70+157=423 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.34% from 423); Green value is 70 (27.73% from 255 or 16.55% from 423); Blue value is 157 (61.72% from 255 or 37.12% from 423); Max value from RGB is 196 - color contains mainly: red. Hex color #C4469D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4469D is #3BB962. Grayscale: #757575. Windows color (decimal): -3914083 or 10307268. OLE color: 10307268.
HSL color Cylindrical-coordinate representation of color #C4469D: hue angle of 318.57º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C4469D is Cyan = 0, Magento = 0.64, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 70 | 157 | - |
| CMYK | 0 | 0.64 | 0.20 | 0.23 |
| HSL | 318.57º | 0.52% | 0.52% | - |
| HSV(B) | 318.57º | 0.64% | 0.77% | - |
| XYZ | 31.04 | 18.55 | 33.84 | - |
| YUV | 117.59 | 150.24 | 183.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 70 | 157 | 0 | 0.64 | 0.20 | 0.23 | 318.57 | 0.52 | 0.52 |
| Hex | C4 | 46 | 9D | 0 | 40 | 14 | 17 | 13F | 34 | 34 |
| Octal | 304 | 106 | 235 | 0 | 100 | 24 | 27 | 477 | 64 | 64 |
| Binary | 11000100 | 1000110 | 10011101 | 0 | 1000000 | 10100 | 10111 | 100111111 | 110100 | 110100 |
Color Harmonies of #C4469D
Complementary color
Monochromatic Colors of #C4469D
Black with #C4469D
Text Example
Text Example
White with #C4469D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4469D; }
p { color: rgb(196,70,157); }
H1.HeaderClassName
{
color: #C4469D;
}
.AnyTagClassName
{
color: #C4469D;
}
</style>
background-color css
<style>
a { background-color: #C4469D; }
a { background-color: rgb(196,70,157); }
div.DivClassName
{
background-color: #C4469D;
}
.BgClassName
{
background-color: #C4469D;
}
</style>
border-color css
<style>
span { border-color: #C4469D; }
span { border-color: rgb(196,70,157); }
td.TdClassName
{
border-color: #C4469D;
}
.TagClassName
{
border-color: #C4469D;
}
</style>