#CC49A2

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

Shades of Mulberry #CC49A2

Tints of Mulberry #CC49A2

Color information

#CC49A2 (or 0xCC49A2) is unknown color: approx Mulberry. HEX triplet: CC, 49 and A2. RGB value is (204,73,162). Sum of RGB (Red+Green+Blue) = 204+73+162=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 73 (28.91% from 255 or 16.63% from 439); Blue value is 162 (63.67% from 255 or 36.90% from 439); Max value from RGB is 204 - color contains mainly: red. Hex color #CC49A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC49A2 is #33B65D. Grayscale: #7A7A7A. Windows color (decimal): -3389022 or 10635724. OLE color: 10635724.

HSL color Cylindrical-coordinate representation of color #CC49A2: hue angle of 319.24º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC49A2 is Cyan = 0, Magento = 0.64, Yellow = 0.21 and Black (K on CMYK) = 0.2.

Color convert

RGB20473162-
CMYK00.640.210.2
HSL319.24º56.22%54.31%-
HSV(B)319.24º64.22%80%-
XYZ33.8120.2136.3-
YUV122.32150.4186.26-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.47%
GREEN value IS 73 (28.91% from 255) = 16.63%
BLUE value IS 162 (63.67% from 255) = 36.90%
R=46.47%
G=16.63%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.21
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2047316200.640.210.2319.2456.2254.31
HexCC49A2040151413f3836
Octal314111242010025244777066
Binary11001100100100110100010010000001010110100100111111111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC49A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC49A2; }

 p { color: rgb(204,73,162); }

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

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

 a { background-color: rgb(204,73,162); }

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

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

 span { border-color: rgb(204,73,162); }

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