#CC4796

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

Shades of Mulberry #CC4796

Tints of Mulberry #CC4796

Color information

#CC4796 (or 0xCC4796) is unknown color: approx Mulberry. HEX triplet: CC, 47 and 96. RGB value is (204,71,150). Sum of RGB (Red+Green+Blue) = 204+71+150=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 71 (28.12% from 255 or 16.71% from 425); Blue value is 150 (58.98% from 255 or 35.29% from 425); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4796 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4796 is #33B869. Grayscale: #777777. Windows color (decimal): -3389546 or 9848780. OLE color: 9848780.

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

Color convert

RGB20471150-
CMYK00.650.260.2
HSL324.36º56.6%53.92%-
HSV(B)324.36º65.2%80%-
XYZ32.6619.5530.91-
YUV119.77145.06188.08-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48%
GREEN value IS 71 (28.12% from 255) = 16.71%
BLUE value IS 150 (58.98% from 255) = 35.29%
R=48%
G=16.71%
B=35.29%

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
Decimal2047115000.650.260.2324.3656.653.92
HexCC47960411A141443936
Octal314107226010132245047166
Binary11001100100011110010110010000011101010100101000100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4796; }

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

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

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

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

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

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

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

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