#CC56A9

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

Shades of Mulberry #CC56A9

Tints of Mulberry #CC56A9

Color information

#CC56A9 (or 0xCC56A9) is unknown color: approx Mulberry. HEX triplet: CC, 56 and A9. RGB value is (204,86,169). Sum of RGB (Red+Green+Blue) = 204+86+169=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 86 (33.98% from 255 or 18.74% from 459); Blue value is 169 (66.41% from 255 or 36.82% from 459); Max value from RGB is 204 - color contains mainly: red. Hex color #CC56A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC56A9 is #33A956. Grayscale: #828282. Windows color (decimal): -3385687 or 11097804. OLE color: 11097804.

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

Color convert

RGB20486169-
CMYK00.580.170.2
HSL317.8º53.64%56.86%-
HSV(B)317.8º57.84%80%-
XYZ35.3922.3639.99-
YUV130.74149.59180.25-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.44%
GREEN value IS 86 (33.98% from 255) = 18.74%
BLUE value IS 169 (66.41% from 255) = 36.82%
R=44.44%
G=18.74%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048616900.580.170.2317.853.6456.86
HexCC56A903A111413e3639
Octal31412625107221244766671
Binary1100110010101101010100101110101000110100100111110110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC56A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC56A9; }

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

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

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

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

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

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

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

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