#CC559E

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

Shades of Mulberry #CC559E

Tints of Mulberry #CC559E

Color information

#CC559E (or 0xCC559E) is unknown color: approx Mulberry. HEX triplet: CC, 55 and 9E. RGB value is (204,85,158). Sum of RGB (Red+Green+Blue) = 204+85+158=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 85 (33.59% from 255 or 19.02% from 447); Blue value is 158 (62.11% from 255 or 35.35% from 447); Max value from RGB is 204 - color contains mainly: red. Hex color #CC559E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC559E is #33AA61. Grayscale: #808080. Windows color (decimal): -3385954 or 10376652. OLE color: 10376652.

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

Color convert

RGB20485158-
CMYK00.580.230.2
HSL323.19º53.85%56.67%-
HSV(B)323.19º58.33%80%-
XYZ34.3221.834.75-
YUV128.9144.42181.56-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.64%
GREEN value IS 85 (33.59% from 255) = 19.02%
BLUE value IS 158 (62.11% from 255) = 35.35%
R=45.64%
G=19.02%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.23
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048515800.580.230.2323.1953.8556.67
HexCC559E03A17141433639
Octal31412523607227245036671
Binary1100110010101011001111001110101011110100101000011110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC559E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC559E; }

 p { color: rgb(204,85,158); }

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

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

 a { background-color: rgb(204,85,158); }

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

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

 span { border-color: rgb(204,85,158); }

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