Shades of Mulberry #CC5289
Tints of Mulberry #CC5289
RGB
CMYK
RGB Variations
Color information
#CC5289 (or 0xCC5289) is known color: Mulberry. HEX triplet: CC, 52 and 89. RGB value is (204,82,137). Sum of RGB (Red+Green+Blue) = 204+82+137=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 82 (32.42% from 255 or 19.39% from 423); Blue value is 137 (53.91% from 255 or 32.39% from 423); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5289 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5289 is #33AD76. Grayscale: #7C7C7C. Windows color (decimal): -3386743 or 8999628. OLE color: 8999628.
HSL color Cylindrical-coordinate representation of color #CC5289: hue angle of 332.95º 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 #CC5289 is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 82 | 137 | - |
| CMYK | 0 | 0.60 | 0.33 | 0.2 |
| HSL | 332.95º | 0.54% | 0.56% | - |
| HSV(B) | 332.95º | 0.6% | 0.8% | - |
| XYZ | 32.43 | 20.68 | 25.95 | - |
| YUV | 124.75 | 134.92 | 184.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 82 | 137 | 0 | 0.60 | 0.33 | 0.2 | 332.95 | 0.54 | 0.56 |
| Hex | CC | 52 | 89 | 0 | 3C | 21 | 14 | 14D | 36 | 38 |
| Octal | 314 | 122 | 211 | 0 | 74 | 41 | 24 | 515 | 66 | 70 |
| Binary | 11001100 | 1010010 | 10001001 | 0 | 111100 | 100001 | 10100 | 101001101 | 110110 | 111000 |
Color Harmonies of #CC5289
Complementary color
Monochromatic Colors of #CC5289
Black with #CC5289
Text Example
Text Example
White with #CC5289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5289; }
p { color: rgb(204,82,137); }
H1.HeaderClassName
{
color: #CC5289;
}
.AnyTagClassName
{
color: #CC5289;
}
</style>
background-color css
<style>
a { background-color: #CC5289; }
a { background-color: rgb(204,82,137); }
div.DivClassName
{
background-color: #CC5289;
}
.BgClassName
{
background-color: #CC5289;
}
</style>
border-color css
<style>
span { border-color: #CC5289; }
span { border-color: rgb(204,82,137); }
td.TdClassName
{
border-color: #CC5289;
}
.TagClassName
{
border-color: #CC5289;
}
</style>