Shades of Mulberry #C5468A
Tints of Mulberry #C5468A
RGB
CMYK
RGB Variations
Color information
#C5468A (or 0xC5468A) is known color: Mulberry. HEX triplet: C5, 46 and 8A. RGB value is (197,70,138). Sum of RGB (Red+Green+Blue) = 197+70+138=405 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.64% from 405); Green value is 70 (27.73% from 255 or 17.28% from 405); Blue value is 138 (54.30% from 255 or 34.07% from 405); Max value from RGB is 197 - color contains mainly: red. Hex color #C5468A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5468A is #3AB975. Grayscale: #737373. Windows color (decimal): -3848566 or 9062085. OLE color: 9062085.
HSL color Cylindrical-coordinate representation of color #C5468A: hue angle of 327.87º 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 #C5468A is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 70 | 138 | - |
| CMYK | 0 | 0.64 | 0.30 | 0.23 |
| HSL | 327.87º | 0.52% | 0.52% | - |
| HSV(B) | 327.87º | 0.64% | 0.77% | - |
| XYZ | 29.8 | 18.09 | 25.96 | - |
| YUV | 115.73 | 140.58 | 185.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 70 | 138 | 0 | 0.64 | 0.30 | 0.23 | 327.87 | 0.52 | 0.52 |
| Hex | C5 | 46 | 8A | 0 | 40 | 1E | 17 | 148 | 34 | 34 |
| Octal | 305 | 106 | 212 | 0 | 100 | 36 | 27 | 510 | 64 | 64 |
| Binary | 11000101 | 1000110 | 10001010 | 0 | 1000000 | 11110 | 10111 | 101001000 | 110100 | 110100 |
Color Harmonies of #C5468A
Complementary color
Monochromatic Colors of #C5468A
Black with #C5468A
Text Example
Text Example
White with #C5468A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5468A; }
p { color: rgb(197,70,138); }
H1.HeaderClassName
{
color: #C5468A;
}
.AnyTagClassName
{
color: #C5468A;
}
</style>
background-color css
<style>
a { background-color: #C5468A; }
a { background-color: rgb(197,70,138); }
div.DivClassName
{
background-color: #C5468A;
}
.BgClassName
{
background-color: #C5468A;
}
</style>
border-color css
<style>
span { border-color: #C5468A; }
span { border-color: rgb(197,70,138); }
td.TdClassName
{
border-color: #C5468A;
}
.TagClassName
{
border-color: #C5468A;
}
</style>