#CC5AA3

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

Shades of Mulberry #CC5AA3

Tints of Mulberry #CC5AA3

Color information

#CC5AA3 (or 0xCC5AA3) is unknown color: approx Mulberry. HEX triplet: CC, 5A and A3. RGB value is (204,90,163). Sum of RGB (Red+Green+Blue) = 204+90+163=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 90 (35.55% from 255 or 19.69% from 457); Blue value is 163 (64.06% from 255 or 35.67% from 457); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5AA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5AA3 is #33A55C. Grayscale: #848484. Windows color (decimal): -3384669 or 10705612. OLE color: 10705612.

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

Color convert

RGB20490163-
CMYK00.560.200.2
HSL321.58º52.78%57.65%-
HSV(B)321.58º55.88%80%-
XYZ35.1722.7937.2-
YUV132.41145.27179.06-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.64%
GREEN value IS 90 (35.55% from 255) = 19.69%
BLUE value IS 163 (64.06% from 255) = 35.67%
R=44.64%
G=19.69%
B=35.67%

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
Decimal2049016300.560.200.2321.5852.7857.65
HexCC5AA30381414142353a
Octal31413224307024245026572
Binary1100110010110101010001101110001010010100101000010110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5AA3; }

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

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

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

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

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

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

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

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