#CC56A2

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

Shades of Mulberry #CC56A2

Tints of Mulberry #CC56A2

Color information

#CC56A2 (or 0xCC56A2) is unknown color: approx Mulberry. HEX triplet: CC, 56 and A2. RGB value is (204,86,162). Sum of RGB (Red+Green+Blue) = 204+86+162=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 86 (33.98% from 255 or 19.03% from 452); Blue value is 162 (63.67% from 255 or 35.84% from 452); Max value from RGB is 204 - color contains mainly: red. Hex color #CC56A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC56A2 is #33A95D. Grayscale: #818181. Windows color (decimal): -3385694 or 10639052. OLE color: 10639052.

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

Color convert

RGB20486162-
CMYK00.580.210.2
HSL321.36º53.64%56.86%-
HSV(B)321.36º57.84%80%-
XYZ34.7522.136.62-
YUV129.95146.09180.82-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.13%
GREEN value IS 86 (33.98% from 255) = 19.03%
BLUE value IS 162 (63.67% from 255) = 35.84%
R=45.13%
G=19.03%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.21
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048616200.580.210.2321.3653.6456.86
HexCC56A203A15141413639
Octal31412624207225245016671
Binary1100110010101101010001001110101010110100101000001110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC56A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC56A2; }

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

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

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

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

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

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

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

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