#CC5592

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

Shades of Mulberry #CC5592

Tints of Mulberry #CC5592

Color information

#CC5592 (or 0xCC5592) is unknown color: approx Mulberry. HEX triplet: CC, 55 and 92. RGB value is (204,85,146). Sum of RGB (Red+Green+Blue) = 204+85+146=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 85 (33.59% from 255 or 19.54% from 435); Blue value is 146 (57.42% from 255 or 33.56% from 435); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5592 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5592 is #33AA6D. Grayscale: #7F7F7F. Windows color (decimal): -3385966 or 9590220. OLE color: 9590220.

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

Color convert

RGB20485146-
CMYK00.580.280.2
HSL329.24º53.85%56.67%-
HSV(B)329.24º58.33%80%-
XYZ33.3421.4129.57-
YUV127.54138.42182.54-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.90%
GREEN value IS 85 (33.59% from 255) = 19.54%
BLUE value IS 146 (57.42% from 255) = 33.56%
R=46.90%
G=19.54%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.28
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048514600.580.280.2329.2453.8556.67
HexCC559203A1C141493639
Octal31412522207234245116671
Binary1100110010101011001001001110101110010100101001001110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5592; }

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

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

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

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

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

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

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

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