#CC4884

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

Shades of Mulberry #CC4884

Tints of Mulberry #CC4884

Color information

#CC4884 (or 0xCC4884) is unknown color: approx Mulberry. HEX triplet: CC, 48 and 84. RGB value is (204,72,132). Sum of RGB (Red+Green+Blue) = 204+72+132=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 72 (28.52% from 255 or 17.65% from 408); Blue value is 132 (51.95% from 255 or 32.35% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4884 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4884 is #33B77B. Grayscale: #767676. Windows color (decimal): -3389308 or 8669388. OLE color: 8669388.

HSL color Cylindrical-coordinate representation of color #CC4884: hue angle of 332.73º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CC4884 is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.2.

Color convert

RGB20472132-
CMYK00.650.350.2
HSL332.73º56.41%54.12%-
HSV(B)332.73º64.71%80%-
XYZ31.3819.1423.87-
YUV118.31135.73189.12-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50%
GREEN value IS 72 (28.52% from 255) = 17.65%
BLUE value IS 132 (51.95% from 255) = 32.35%
R=50%
G=17.65%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.35
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2047213200.650.350.2332.7356.4154.12
HexCC4884041231414d3836
Octal314110204010143245157066
Binary110011001001000100001000100000110001110100101001101111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4884; }

 p { color: rgb(204,72,132); }

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

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

 a { background-color: rgb(204,72,132); }

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

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

 span { border-color: rgb(204,72,132); }

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