Shades of Mulberry #C5449B
Tints of Mulberry #C5449B
RGB
CMYK
RGB Variations
Color information
#C5449B (or 0xC5449B) is known color: Mulberry. HEX triplet: C5, 44 and 9B. RGB value is (197,68,155). Sum of RGB (Red+Green+Blue) = 197+68+155=420 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.90% from 420); Green value is 68 (26.95% from 255 or 16.19% from 420); Blue value is 155 (60.94% from 255 or 36.90% from 420); Max value from RGB is 197 - color contains mainly: red. Hex color #C5449B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5449B is #3ABB64. Grayscale: #747474. Windows color (decimal): -3849061 or 10175685. OLE color: 10175685.
HSL color Cylindrical-coordinate representation of color #C5449B: hue angle of 319.53º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C5449B is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 68 | 155 | - |
| CMYK | 0 | 0.65 | 0.21 | 0.23 |
| HSL | 319.53º | 0.53% | 0.52% | - |
| HSV(B) | 319.53º | 0.65% | 0.77% | - |
| XYZ | 31.01 | 18.37 | 32.92 | - |
| YUV | 116.49 | 149.74 | 185.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 68 | 155 | 0 | 0.65 | 0.21 | 0.23 | 319.53 | 0.53 | 0.52 |
| Hex | C5 | 44 | 9B | 0 | 41 | 15 | 17 | 140 | 35 | 34 |
| Octal | 305 | 104 | 233 | 0 | 101 | 25 | 27 | 500 | 65 | 64 |
| Binary | 11000101 | 1000100 | 10011011 | 0 | 1000001 | 10101 | 10111 | 101000000 | 110101 | 110100 |
Color Harmonies of #C5449B
Complementary color
Monochromatic Colors of #C5449B
Black with #C5449B
Text Example
Text Example
White with #C5449B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5449B; }
p { color: rgb(197,68,155); }
H1.HeaderClassName
{
color: #C5449B;
}
.AnyTagClassName
{
color: #C5449B;
}
</style>
background-color css
<style>
a { background-color: #C5449B; }
a { background-color: rgb(197,68,155); }
div.DivClassName
{
background-color: #C5449B;
}
.BgClassName
{
background-color: #C5449B;
}
</style>
border-color css
<style>
span { border-color: #C5449B; }
span { border-color: rgb(197,68,155); }
td.TdClassName
{
border-color: #C5449B;
}
.TagClassName
{
border-color: #C5449B;
}
</style>