#CC5495

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

Shades of Mulberry #CC5495

Tints of Mulberry #CC5495

Color information

#CC5495 (or 0xCC5495) is unknown color: approx Mulberry. HEX triplet: CC, 54 and 95. RGB value is (204,84,149). Sum of RGB (Red+Green+Blue) = 204+84+149=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 84 (33.20% from 255 or 19.22% from 437); Blue value is 149 (58.59% from 255 or 34.10% from 437); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5495 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5495 is #33AB6A. Grayscale: #7F7F7F. Windows color (decimal): -3386219 or 9786572. OLE color: 9786572.

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

Color convert

RGB20484149-
CMYK00.590.270.2
HSL327.5º54.05%56.47%-
HSV(B)327.5º58.82%80%-
XYZ33.521.3530.79-
YUV127.29140.26182.71-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.68%
GREEN value IS 84 (33.20% from 255) = 19.22%
BLUE value IS 149 (58.59% from 255) = 34.10%
R=46.68%
G=19.22%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.27
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048414900.590.270.2327.554.0556.47
HexCC549503B1B141483638
Octal31412422507333245106670
Binary1100110010101001001010101110111101110100101001000110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5495; }

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

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

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

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

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

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

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

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