Shades of Mulberry #C555A2
Tints of Mulberry #C555A2
RGB
CMYK
RGB Variations
Color information
#C555A2 (or 0xC555A2) is known color: Mulberry. HEX triplet: C5, 55 and A2. RGB value is (197,85,162). Sum of RGB (Red+Green+Blue) = 197+85+162=444 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.37% from 444); Green value is 85 (33.59% from 255 or 19.14% from 444); Blue value is 162 (63.67% from 255 or 36.49% from 444); Max value from RGB is 197 - color contains mainly: red. Hex color #C555A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C555A2 is #3AAA5D. Grayscale: #7F7F7F. Windows color (decimal): -3844702 or 10638789. OLE color: 10638789.
HSL color Cylindrical-coordinate representation of color #C555A2: hue angle of 318.75º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C555A2 is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 85 | 162 | - |
| CMYK | 0 | 0.57 | 0.18 | 0.23 |
| HSL | 318.75º | 0.49% | 0.55% | - |
| HSV(B) | 318.75º | 0.57% | 0.77% | - |
| XYZ | 32.8 | 20.98 | 36.5 | - |
| YUV | 127.27 | 147.61 | 177.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 85 | 162 | 0 | 0.57 | 0.18 | 0.23 | 318.75 | 0.49 | 0.55 |
| Hex | C5 | 55 | A2 | 0 | 39 | 12 | 17 | 13F | 31 | 37 |
| Octal | 305 | 125 | 242 | 0 | 71 | 22 | 27 | 477 | 61 | 67 |
| Binary | 11000101 | 1010101 | 10100010 | 0 | 111001 | 10010 | 10111 | 100111111 | 110001 | 110111 |
Color Harmonies of #C555A2
Complementary color
Monochromatic Colors of #C555A2
Black with #C555A2
Text Example
Text Example
White with #C555A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C555A2; }
p { color: rgb(197,85,162); }
H1.HeaderClassName
{
color: #C555A2;
}
.AnyTagClassName
{
color: #C555A2;
}
</style>
background-color css
<style>
a { background-color: #C555A2; }
a { background-color: rgb(197,85,162); }
div.DivClassName
{
background-color: #C555A2;
}
.BgClassName
{
background-color: #C555A2;
}
</style>
border-color css
<style>
span { border-color: #C555A2; }
span { border-color: rgb(197,85,162); }
td.TdClassName
{
border-color: #C555A2;
}
.TagClassName
{
border-color: #C555A2;
}
</style>