#CC4896

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

Shades of Mulberry #CC4896

Tints of Mulberry #CC4896

Color information

#CC4896 (or 0xCC4896) is unknown color: approx Mulberry. HEX triplet: CC, 48 and 96. RGB value is (204,72,150). Sum of RGB (Red+Green+Blue) = 204+72+150=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 72 (28.52% from 255 or 16.90% from 426); Blue value is 150 (58.98% from 255 or 35.21% from 426); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4896 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4896 is #33B769. Grayscale: #787878. Windows color (decimal): -3389290 or 9849036. OLE color: 9849036.

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

Color convert

RGB20472150-
CMYK00.650.260.2
HSL324.55º56.41%54.12%-
HSV(B)324.55º64.71%80%-
XYZ32.7219.6730.93-
YUV120.36144.73187.66-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.89%
GREEN value IS 72 (28.52% from 255) = 16.90%
BLUE value IS 150 (58.98% from 255) = 35.21%
R=47.89%
G=16.90%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.26
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2047215000.650.260.2324.5556.4154.12
HexCC48960411A141453836
Octal314110226010132245057066
Binary11001100100100010010110010000011101010100101000101111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4896; }

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

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

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

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

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

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

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

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