Shades of Mulberry #CC5A8B
Tints of Mulberry #CC5A8B
RGB
CMYK
RGB Variations
Color information
#CC5A8B (or 0xCC5A8B) is known color: Mulberry. HEX triplet: CC, 5A and 8B. RGB value is (204,90,139). Sum of RGB (Red+Green+Blue) = 204+90+139=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 90 (35.55% from 255 or 20.79% from 433); Blue value is 139 (54.69% from 255 or 32.10% from 433); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5A8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5A8B is #33A574. Grayscale: #818181. Windows color (decimal): -3384693 or 9132748. OLE color: 9132748.
HSL color Cylindrical-coordinate representation of color #CC5A8B: hue angle of 334.21º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC5A8B is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 90 | 139 | - |
| CMYK | 0 | 0.56 | 0.32 | 0.2 |
| HSL | 334.21º | 0.53% | 0.58% | - |
| HSV(B) | 334.21º | 0.56% | 0.8% | - |
| XYZ | 33.22 | 22.01 | 26.92 | - |
| YUV | 129.67 | 133.27 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 90 | 139 | 0 | 0.56 | 0.32 | 0.2 | 334.21 | 0.53 | 0.58 |
| Hex | CC | 5A | 8B | 0 | 38 | 20 | 14 | 14E | 35 | 3A |
| Octal | 314 | 132 | 213 | 0 | 70 | 40 | 24 | 516 | 65 | 72 |
| Binary | 11001100 | 1011010 | 10001011 | 0 | 111000 | 100000 | 10100 | 101001110 | 110101 | 111010 |
Color Harmonies of #CC5A8B
Complementary color
Monochromatic Colors of #CC5A8B
Black with #CC5A8B
Text Example
Text Example
White with #CC5A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5A8B; }
p { color: rgb(204,90,139); }
H1.HeaderClassName
{
color: #CC5A8B;
}
.AnyTagClassName
{
color: #CC5A8B;
}
</style>
background-color css
<style>
a { background-color: #CC5A8B; }
a { background-color: rgb(204,90,139); }
div.DivClassName
{
background-color: #CC5A8B;
}
.BgClassName
{
background-color: #CC5A8B;
}
</style>
border-color css
<style>
span { border-color: #CC5A8B; }
span { border-color: rgb(204,90,139); }
td.TdClassName
{
border-color: #CC5A8B;
}
.TagClassName
{
border-color: #CC5A8B;
}
</style>