Shades of Mulberry #C552A6
Tints of Mulberry #C552A6
RGB
CMYK
RGB Variations
Color information
#C552A6 (or 0xC552A6) is known color: Mulberry. HEX triplet: C5, 52 and A6. RGB value is (197,82,166). Sum of RGB (Red+Green+Blue) = 197+82+166=445 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.27% from 445); Green value is 82 (32.42% from 255 or 18.43% from 445); Blue value is 166 (65.23% from 255 or 37.30% from 445); Max value from RGB is 197 - color contains mainly: red. Hex color #C552A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C552A6 is #3AAD59. Grayscale: #7D7D7D. Windows color (decimal): -3845466 or 10900165. OLE color: 10900165.
HSL color Cylindrical-coordinate representation of color #C552A6: hue angle of 316.17º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C552A6 is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 82 | 166 | - |
| CMYK | 0 | 0.58 | 0.16 | 0.23 |
| HSL | 316.17º | 0.5% | 0.55% | - |
| HSV(B) | 316.17º | 0.58% | 0.77% | - |
| XYZ | 32.93 | 20.66 | 38.33 | - |
| YUV | 125.96 | 150.6 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 82 | 166 | 0 | 0.58 | 0.16 | 0.23 | 316.17 | 0.5 | 0.55 |
| Hex | C5 | 52 | A6 | 0 | 3A | 10 | 17 | 13C | 32 | 37 |
| Octal | 305 | 122 | 246 | 0 | 72 | 20 | 27 | 474 | 62 | 67 |
| Binary | 11000101 | 1010010 | 10100110 | 0 | 111010 | 10000 | 10111 | 100111100 | 110010 | 110111 |
Color Harmonies of #C552A6
Complementary color
Monochromatic Colors of #C552A6
Black with #C552A6
Text Example
Text Example
White with #C552A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C552A6; }
p { color: rgb(197,82,166); }
H1.HeaderClassName
{
color: #C552A6;
}
.AnyTagClassName
{
color: #C552A6;
}
</style>
background-color css
<style>
a { background-color: #C552A6; }
a { background-color: rgb(197,82,166); }
div.DivClassName
{
background-color: #C552A6;
}
.BgClassName
{
background-color: #C552A6;
}
</style>
border-color css
<style>
span { border-color: #C552A6; }
span { border-color: rgb(197,82,166); }
td.TdClassName
{
border-color: #C552A6;
}
.TagClassName
{
border-color: #C552A6;
}
</style>