#cc5486

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

Shades of Mulberry #CC5486

Tints of Mulberry #CC5486

Color information

#CC5486 (or 0xCC5486) is unknown color: approx Mulberry. HEX triplet: CC, 54 and 86. RGB value is (204,84,134). Sum of RGB (Red+Green+Blue) = 204+84+134=422 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.34% from 422); Green value is 84 (33.20% from 255 or 19.91% from 422); Blue value is 134 (52.73% from 255 or 31.75% from 422); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5486 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5486 is #33AB79. Grayscale: #7D7D7D. Windows color (decimal): -3386234 or 8803532. OLE color: 8803532.

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

Color convert

RGB20484134-
CMYK00.590.340.2
HSL335º54.05%56.47%-
HSV(B)335º58.82%80%-
XYZ32.3820.924.88-
YUV125.58132.76183.93-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.34%
GREEN value IS 84 (33.20% from 255) = 19.91%
BLUE value IS 134 (52.73% from 255) = 31.75%
R=48.34%
G=19.91%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.34
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048413400.590.340.233554.0556.47
HexCC548603B221414f3638
Octal31412420607342245176670
Binary11001100101010010000110011101110001010100101001111110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc5486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc5486; }

 p { color: rgb(204,84,134); }

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

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

 a { background-color: rgb(204,84,134); }

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

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

 span { border-color: rgb(204,84,134); }

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