#CC4499

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

Shades of Mulberry #CC4499

Tints of Mulberry #CC4499

Color information

#CC4499 (or 0xCC4499) is unknown color: approx Mulberry. HEX triplet: CC, 44 and 99. RGB value is (204,68,153). Sum of RGB (Red+Green+Blue) = 204+68+153=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 68 (26.95% from 255 or 16% from 425); Blue value is 153 (60.16% from 255 or 36% from 425); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4499 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4499 is #33BB66. Grayscale: #767676. Windows color (decimal): -3390311 or 10044620. OLE color: 10044620.

HSL color Cylindrical-coordinate representation of color #CC4499: hue angle of 322.5º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CC4499 is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.2.

Color convert

RGB20468153-
CMYK00.670.250.2
HSL322.5º57.14%53.33%-
HSV(B)322.5º66.67%80%-
XYZ32.7219.2732.13-
YUV118.35147.56189.09-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48%
GREEN value IS 68 (26.95% from 255) = 16%
BLUE value IS 153 (60.16% from 255) = 36%
R=48%
G=16%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2046815300.670.250.2322.557.1453.33
HexCC449904319141423935
Octal314104231010331245027165
Binary11001100100010010011001010000111100110100101000010111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4499; }

 p { color: rgb(204,68,153); }

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

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

 a { background-color: rgb(204,68,153); }

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

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

 span { border-color: rgb(204,68,153); }

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