Shades of Mulberry #C5459B
Tints of Mulberry #C5459B
RGB
CMYK
RGB Variations
Color information
#C5459B (or 0xC5459B) is known color: Mulberry. HEX triplet: C5, 45 and 9B. RGB value is (197,69,155). Sum of RGB (Red+Green+Blue) = 197+69+155=421 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.79% from 421); Green value is 69 (27.34% from 255 or 16.39% from 421); Blue value is 155 (60.94% from 255 or 36.82% from 421); Max value from RGB is 197 - color contains mainly: red. Hex color #C5459B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5459B is #3ABA64. Grayscale: #747474. Windows color (decimal): -3848805 or 10175941. OLE color: 10175941.
HSL color Cylindrical-coordinate representation of color #C5459B: hue angle of 319.69º degrees, saturation: 0.52, 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 #C5459B is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 69 | 155 | - |
| CMYK | 0 | 0.65 | 0.21 | 0.23 |
| HSL | 319.69º | 0.52% | 0.52% | - |
| HSV(B) | 319.69º | 0.65% | 0.77% | - |
| XYZ | 31.07 | 18.49 | 32.94 | - |
| YUV | 117.08 | 149.41 | 185.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 69 | 155 | 0 | 0.65 | 0.21 | 0.23 | 319.69 | 0.52 | 0.52 |
| Hex | C5 | 45 | 9B | 0 | 41 | 15 | 17 | 140 | 34 | 34 |
| Octal | 305 | 105 | 233 | 0 | 101 | 25 | 27 | 500 | 64 | 64 |
| Binary | 11000101 | 1000101 | 10011011 | 0 | 1000001 | 10101 | 10111 | 101000000 | 110100 | 110100 |
Color Harmonies of #C5459B
Complementary color
Monochromatic Colors of #C5459B
Black with #C5459B
Text Example
Text Example
White with #C5459B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5459B; }
p { color: rgb(197,69,155); }
H1.HeaderClassName
{
color: #C5459B;
}
.AnyTagClassName
{
color: #C5459B;
}
</style>
background-color css
<style>
a { background-color: #C5459B; }
a { background-color: rgb(197,69,155); }
div.DivClassName
{
background-color: #C5459B;
}
.BgClassName
{
background-color: #C5459B;
}
</style>
border-color css
<style>
span { border-color: #C5459B; }
span { border-color: rgb(197,69,155); }
td.TdClassName
{
border-color: #C5459B;
}
.TagClassName
{
border-color: #C5459B;
}
</style>