#CC5AA4

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

Shades of Mulberry #CC5AA4

Tints of Mulberry #CC5AA4

Color information

#CC5AA4 (or 0xCC5AA4) is unknown color: approx Mulberry. HEX triplet: CC, 5A and A4. RGB value is (204,90,164). Sum of RGB (Red+Green+Blue) = 204+90+164=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 90 (35.55% from 255 or 19.65% from 458); Blue value is 164 (64.45% from 255 or 35.81% from 458); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5AA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5AA4 is #33A55B. Grayscale: #848484. Windows color (decimal): -3384668 or 10771148. OLE color: 10771148.

HSL color Cylindrical-coordinate representation of color #CC5AA4: hue angle of 321.05º 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 #CC5AA4 is Cyan = 0, Magento = 0.56, Yellow = 0.20 and Black (K on CMYK) = 0.2.

Color convert

RGB20490164-
CMYK00.560.200.2
HSL321.05º52.78%57.65%-
HSV(B)321.05º55.88%80%-
XYZ35.2622.8337.67-
YUV132.52145.77178.98-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.54%
GREEN value IS 90 (35.55% from 255) = 19.65%
BLUE value IS 164 (64.45% from 255) = 35.81%
R=44.54%
G=19.65%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.20
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049016400.560.200.2321.0552.7857.65
HexCC5AA40381414141353a
Octal31413224407024245016572
Binary1100110010110101010010001110001010010100101000001110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5AA4; }

 p { color: rgb(204,90,164); }

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

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

 a { background-color: rgb(204,90,164); }

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

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

 span { border-color: rgb(204,90,164); }

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