Shades of Mulberry #CC5CA5
Tints of Mulberry #CC5CA5
RGB
CMYK
RGB Variations
Color information
#CC5CA5 (or 0xCC5CA5) is known color: Mulberry. HEX triplet: CC, 5C and A5. RGB value is (204,92,165). Sum of RGB (Red+Green+Blue) = 204+92+165=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 92 (36.33% from 255 or 19.96% from 461); Blue value is 165 (64.84% from 255 or 35.79% from 461); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5CA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5CA5 is #33A35A. Grayscale: #858585. Windows color (decimal): -3384155 or 10837196. OLE color: 10837196.
HSL color Cylindrical-coordinate representation of color #CC5CA5: hue angle of 320.89º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CC5CA5 is Cyan = 0, Magento = 0.55, Yellow = 0.19 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 92 | 165 | - |
| CMYK | 0 | 0.55 | 0.19 | 0.2 |
| HSL | 320.89º | 0.52% | 0.58% | - |
| HSV(B) | 320.89º | 0.55% | 0.8% | - |
| XYZ | 35.52 | 23.21 | 38.2 | - |
| YUV | 133.81 | 145.61 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 92 | 165 | 0 | 0.55 | 0.19 | 0.2 | 320.89 | 0.52 | 0.58 |
| Hex | CC | 5C | A5 | 0 | 37 | 13 | 14 | 141 | 34 | 3A |
| Octal | 314 | 134 | 245 | 0 | 67 | 23 | 24 | 501 | 64 | 72 |
| Binary | 11001100 | 1011100 | 10100101 | 0 | 110111 | 10011 | 10100 | 101000001 | 110100 | 111010 |
Color Harmonies of #CC5CA5
Complementary color
Monochromatic Colors of #CC5CA5
Black with #CC5CA5
Text Example
Text Example
White with #CC5CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5CA5; }
p { color: rgb(204,92,165); }
H1.HeaderClassName
{
color: #CC5CA5;
}
.AnyTagClassName
{
color: #CC5CA5;
}
</style>
background-color css
<style>
a { background-color: #CC5CA5; }
a { background-color: rgb(204,92,165); }
div.DivClassName
{
background-color: #CC5CA5;
}
.BgClassName
{
background-color: #CC5CA5;
}
</style>
border-color css
<style>
span { border-color: #CC5CA5; }
span { border-color: rgb(204,92,165); }
td.TdClassName
{
border-color: #CC5CA5;
}
.TagClassName
{
border-color: #CC5CA5;
}
</style>