#CC4782

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

Shades of Mulberry #CC4782

Tints of Mulberry #CC4782

Color information

#CC4782 (or 0xCC4782) is unknown color: approx Mulberry. HEX triplet: CC, 47 and 82. RGB value is (204,71,130). Sum of RGB (Red+Green+Blue) = 204+71+130=405 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.37% from 405); Green value is 71 (28.12% from 255 or 17.53% from 405); Blue value is 130 (51.17% from 255 or 32.10% from 405); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4782 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4782 is #33B87D. Grayscale: #757575. Windows color (decimal): -3389566 or 8538060. OLE color: 8538060.

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

Color convert

RGB20471130-
CMYK00.650.360.2
HSL333.38º56.6%53.92%-
HSV(B)333.38º65.2%80%-
XYZ31.1818.9623.13-
YUV117.49135.06189.7-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50.37%
GREEN value IS 71 (28.12% from 255) = 17.53%
BLUE value IS 130 (51.17% from 255) = 32.10%
R=50.37%
G=17.53%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.36
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2047113000.650.360.2333.3856.653.92
HexCC4782041241414d3936
Octal314107202010144245157166
Binary110011001000111100000100100000110010010100101001101111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4782; }

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

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

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

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

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

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

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

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