Shades of Mulberry #C54695
Tints of Mulberry #C54695
RGB
CMYK
RGB Variations
Color information
#C54695 (or 0xC54695) is known color: Mulberry. HEX triplet: C5, 46 and 95. RGB value is (197,70,149). Sum of RGB (Red+Green+Blue) = 197+70+149=416 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.36% from 416); Green value is 70 (27.73% from 255 or 16.83% from 416); Blue value is 149 (58.59% from 255 or 35.82% from 416); Max value from RGB is 197 - color contains mainly: red. Hex color #C54695 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54695 is #3AB96A. Grayscale: #747474. Windows color (decimal): -3848555 or 9782981. OLE color: 9782981.
HSL color Cylindrical-coordinate representation of color #C54695: hue angle of 322.68º 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 #C54695 is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 70 | 149 | - |
| CMYK | 0 | 0.64 | 0.24 | 0.23 |
| HSL | 322.68º | 0.52% | 0.52% | - |
| HSV(B) | 322.68º | 0.64% | 0.77% | - |
| XYZ | 30.64 | 18.42 | 30.37 | - |
| YUV | 116.98 | 146.08 | 185.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 70 | 149 | 0 | 0.64 | 0.24 | 0.23 | 322.68 | 0.52 | 0.52 |
| Hex | C5 | 46 | 95 | 0 | 40 | 18 | 17 | 143 | 34 | 34 |
| Octal | 305 | 106 | 225 | 0 | 100 | 30 | 27 | 503 | 64 | 64 |
| Binary | 11000101 | 1000110 | 10010101 | 0 | 1000000 | 11000 | 10111 | 101000011 | 110100 | 110100 |
Color Harmonies of #C54695
Complementary color
Monochromatic Colors of #C54695
Black with #C54695
Text Example
Text Example
White with #C54695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54695; }
p { color: rgb(197,70,149); }
H1.HeaderClassName
{
color: #C54695;
}
.AnyTagClassName
{
color: #C54695;
}
</style>
background-color css
<style>
a { background-color: #C54695; }
a { background-color: rgb(197,70,149); }
div.DivClassName
{
background-color: #C54695;
}
.BgClassName
{
background-color: #C54695;
}
</style>
border-color css
<style>
span { border-color: #C54695; }
span { border-color: rgb(197,70,149); }
td.TdClassName
{
border-color: #C54695;
}
.TagClassName
{
border-color: #C54695;
}
</style>