#CC4989

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

Shades of Mulberry #CC4989

Tints of Mulberry #CC4989

Color information

#CC4989 (or 0xCC4989) is unknown color: approx Mulberry. HEX triplet: CC, 49 and 89. RGB value is (204,73,137). Sum of RGB (Red+Green+Blue) = 204+73+137=414 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.28% from 414); Green value is 73 (28.91% from 255 or 17.63% from 414); Blue value is 137 (53.91% from 255 or 33.09% from 414); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4989 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4989 is #33B676. Grayscale: #777777. Windows color (decimal): -3389047 or 8997324. OLE color: 8997324.

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

Color convert

RGB20473137-
CMYK00.640.330.2
HSL330.69º56.22%54.31%-
HSV(B)330.69º64.22%80%-
XYZ31.819.4125.74-
YUV119.46137.9188.3-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.28%
GREEN value IS 73 (28.91% from 255) = 17.63%
BLUE value IS 137 (53.91% from 255) = 33.09%
R=49.28%
G=17.63%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.33
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2047313700.640.330.2330.6956.2254.31
HexCC4989040211414b3836
Octal314111211010041245137066
Binary110011001001001100010010100000010000110100101001011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4989; }

 p { color: rgb(204,73,137); }

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

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

 a { background-color: rgb(204,73,137); }

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

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

 span { border-color: rgb(204,73,137); }

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