Shades of Mulberry #CC5296
Tints of Mulberry #CC5296
RGB
CMYK
RGB Variations
Color information
#CC5296 (or 0xCC5296) is known color: Mulberry. HEX triplet: CC, 52 and 96. RGB value is (204,82,150). Sum of RGB (Red+Green+Blue) = 204+82+150=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 82 (32.42% from 255 or 18.81% from 436); Blue value is 150 (58.98% from 255 or 34.40% from 436); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5296 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5296 is #33AD69. Grayscale: #7E7E7E. Windows color (decimal): -3386730 or 9851596. OLE color: 9851596.
HSL color Cylindrical-coordinate representation of color #CC5296: hue angle of 326.56º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CC5296 is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 82 | 150 | - |
| CMYK | 0 | 0.60 | 0.26 | 0.2 |
| HSL | 326.56º | 0.54% | 0.56% | - |
| HSV(B) | 326.56º | 0.6% | 0.8% | - |
| XYZ | 33.42 | 21.07 | 31.16 | - |
| YUV | 126.23 | 141.42 | 183.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 82 | 150 | 0 | 0.60 | 0.26 | 0.2 | 326.56 | 0.54 | 0.56 |
| Hex | CC | 52 | 96 | 0 | 3C | 1A | 14 | 147 | 36 | 38 |
| Octal | 314 | 122 | 226 | 0 | 74 | 32 | 24 | 507 | 66 | 70 |
| Binary | 11001100 | 1010010 | 10010110 | 0 | 111100 | 11010 | 10100 | 101000111 | 110110 | 111000 |
Color Harmonies of #CC5296
Complementary color
Monochromatic Colors of #CC5296
Black with #CC5296
Text Example
Text Example
White with #CC5296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5296; }
p { color: rgb(204,82,150); }
H1.HeaderClassName
{
color: #CC5296;
}
.AnyTagClassName
{
color: #CC5296;
}
</style>
background-color css
<style>
a { background-color: #CC5296; }
a { background-color: rgb(204,82,150); }
div.DivClassName
{
background-color: #CC5296;
}
.BgClassName
{
background-color: #CC5296;
}
</style>
border-color css
<style>
span { border-color: #CC5296; }
span { border-color: rgb(204,82,150); }
td.TdClassName
{
border-color: #CC5296;
}
.TagClassName
{
border-color: #CC5296;
}
</style>