#cc5ba0

Color #CC5BA0 Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #CC5BA0

Tints of Mulberry #CC5BA0

Color information

#CC5BA0 (or 0xCC5BA0) is unknown color: approx Mulberry. HEX triplet: CC, 5B and A0. RGB value is (204,91,160). Sum of RGB (Red+Green+Blue) = 204+91+160=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 91 (35.94% from 255 or 20% from 455); Blue value is 160 (62.89% from 255 or 35.16% from 455); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5BA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5BA0 is #33A45F. Grayscale: #848484. Windows color (decimal): -3384416 or 10509260. OLE color: 10509260.

HSL color Cylindrical-coordinate representation of color #CC5BA0: hue angle of 323.36º degrees, saturation: 0.53, 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 #CC5BA0 is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.2.

Color convert

RGB20491160-
CMYK00.550.220.2
HSL323.36º52.56%57.84%-
HSV(B)323.36º55.39%80%-
XYZ34.9922.8635.83-
YUV132.65143.44178.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 44.84%
GREEN value IS 91 (35.94% from 255) = 20%
BLUE value IS 160 (62.89% from 255) = 35.16%
R=44.84%
G=20%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.22
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049116000.550.220.2323.3652.5657.84
HexCC5BA00371614143353a
Octal31413324006726245036572
Binary1100110010110111010000001101111011010100101000011110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc5ba0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc5ba0; }

 p { color: rgb(204,91,160); }

 H1.HeaderClassName
 {
   color: #cc5ba0;
 }
 .AnyTagClassName
 {
   color: #cc5ba0;
 }
</style>
background-color css

<style>
 a { background-color: #cc5ba0; }

 a { background-color: rgb(204,91,160); }

 div.DivClassName
 {
   background-color: #cc5ba0;
 }
 .BgClassName
 {
   background-color: #cc5ba0;
 }
</style>
border-color css

<style>
 span { border-color: #cc5ba0; }

 span { border-color: rgb(204,91,160); }

 td.TdClassName
 {
   border-color: #cc5ba0;
 }
 .TagClassName
 {
   border-color: #cc5ba0;
 }
</style>