#CC5583

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

Shades of Mulberry #CC5583

Tints of Mulberry #CC5583

Color information

#CC5583 (or 0xCC5583) is unknown color: approx Mulberry. HEX triplet: CC, 55 and 83. RGB value is (204,85,131). Sum of RGB (Red+Green+Blue) = 204+85+131=420 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.57% from 420); Green value is 85 (33.59% from 255 or 20.24% from 420); Blue value is 131 (51.56% from 255 or 31.19% from 420); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5583 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5583 is #33AA7C. Grayscale: #7D7D7D. Windows color (decimal): -3385981 or 8607180. OLE color: 8607180.

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

Color convert

RGB20485131-
CMYK00.580.360.2
HSL336.81º53.85%56.67%-
HSV(B)336.81º58.33%80%-
XYZ32.2520.9723.82-
YUV125.82130.92183.76-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.57%
GREEN value IS 85 (33.59% from 255) = 20.24%
BLUE value IS 131 (51.56% from 255) = 31.19%
R=48.57%
G=20.24%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.36
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048513100.580.360.2336.8153.8556.67
HexCC558303A24141513639
Octal31412520307244245216671
Binary11001100101010110000011011101010010010100101010001110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5583; }

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

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

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

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

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

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

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

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