#CC4386

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

Shades of Mulberry #CC4386

Tints of Mulberry #CC4386

Color information

#CC4386 (or 0xCC4386) is unknown color: approx Mulberry. HEX triplet: CC, 43 and 86. RGB value is (204,67,134). Sum of RGB (Red+Green+Blue) = 204+67+134=405 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.37% from 405); Green value is 67 (26.56% from 255 or 16.54% from 405); Blue value is 134 (52.73% from 255 or 33.09% from 405); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4386 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4386 is #33BC79. Grayscale: #737373. Windows color (decimal): -3390586 or 8799180. OLE color: 8799180.

HSL color Cylindrical-coordinate representation of color #CC4386: hue angle of 330.66º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CC4386 is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.2.

Color convert

RGB20467134-
CMYK00.670.340.2
HSL330.66º57.32%53.14%-
HSV(B)330.66º67.16%80%-
XYZ31.2118.5724.49-
YUV115.6138.39191.05-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50.37%
GREEN value IS 67 (26.56% from 255) = 16.54%
BLUE value IS 134 (52.73% from 255) = 33.09%
R=50.37%
G=16.54%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.34
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2046713400.670.340.2330.6657.3253.14
HexCC4386043221414b3935
Octal314103206010342245137165
Binary110011001000011100001100100001110001010100101001011111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4386; }

 p { color: rgb(204,67,134); }

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

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

 a { background-color: rgb(204,67,134); }

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

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

 span { border-color: rgb(204,67,134); }

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