Shades of Mulberry #CC5A92
Tints of Mulberry #CC5A92
RGB
CMYK
RGB Variations
Color information
#CC5A92 (or 0xCC5A92) is known color: Mulberry. HEX triplet: CC, 5A and 92. RGB value is (204,90,146). Sum of RGB (Red+Green+Blue) = 204+90+146=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 90 (35.55% from 255 or 20.45% from 440); Blue value is 146 (57.42% from 255 or 33.18% from 440); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5A92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5A92 is #33A56D. Grayscale: #828282. Windows color (decimal): -3384686 or 9591500. OLE color: 9591500.
HSL color Cylindrical-coordinate representation of color #CC5A92: hue angle of 330.53º 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 #CC5A92 is Cyan = 0, Magento = 0.56, Yellow = 0.28 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 90 | 146 | - |
| CMYK | 0 | 0.56 | 0.28 | 0.2 |
| HSL | 330.53º | 0.53% | 0.58% | - |
| HSV(B) | 330.53º | 0.56% | 0.8% | - |
| XYZ | 33.75 | 22.23 | 29.71 | - |
| YUV | 130.47 | 136.77 | 180.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 90 | 146 | 0 | 0.56 | 0.28 | 0.2 | 330.53 | 0.53 | 0.58 |
| Hex | CC | 5A | 92 | 0 | 38 | 1C | 14 | 14B | 35 | 3A |
| Octal | 314 | 132 | 222 | 0 | 70 | 34 | 24 | 513 | 65 | 72 |
| Binary | 11001100 | 1011010 | 10010010 | 0 | 111000 | 11100 | 10100 | 101001011 | 110101 | 111010 |
Color Harmonies of #CC5A92
Complementary color
Monochromatic Colors of #CC5A92
Black with #CC5A92
Text Example
Text Example
White with #CC5A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5A92; }
p { color: rgb(204,90,146); }
H1.HeaderClassName
{
color: #CC5A92;
}
.AnyTagClassName
{
color: #CC5A92;
}
</style>
background-color css
<style>
a { background-color: #CC5A92; }
a { background-color: rgb(204,90,146); }
div.DivClassName
{
background-color: #CC5A92;
}
.BgClassName
{
background-color: #CC5A92;
}
</style>
border-color css
<style>
span { border-color: #CC5A92; }
span { border-color: rgb(204,90,146); }
td.TdClassName
{
border-color: #CC5A92;
}
.TagClassName
{
border-color: #CC5A92;
}
</style>