#CC5382

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

Shades of Mulberry #CC5382

Tints of Mulberry #CC5382

Color information

#CC5382 (or 0xCC5382) is unknown color: approx Mulberry. HEX triplet: CC, 53 and 82. RGB value is (204,83,130). Sum of RGB (Red+Green+Blue) = 204+83+130=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 83 (32.81% from 255 or 19.90% from 417); Blue value is 130 (51.17% from 255 or 31.18% from 417); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5382 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5382 is #33AC7D. Grayscale: #7C7C7C. Windows color (decimal): -3386494 or 8541132. OLE color: 8541132.

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

Color convert

RGB20483130-
CMYK00.590.360.2
HSL336.69º54.26%56.27%-
HSV(B)336.69º59.31%80%-
XYZ32.0220.6423.41-
YUV124.54131.09184.68-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.92%
GREEN value IS 83 (32.81% from 255) = 19.90%
BLUE value IS 130 (51.17% from 255) = 31.18%
R=48.92%
G=19.90%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.36
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048313000.590.360.2336.6954.2656.27
HexCC538203B24141513638
Octal31412320207344245216670
Binary11001100101001110000010011101110010010100101010001110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5382; }

 p { color: rgb(204,83,130); }

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

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

 a { background-color: rgb(204,83,130); }

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

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

 span { border-color: rgb(204,83,130); }

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