#CC4385

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

Shades of Mulberry #CC4385

Tints of Mulberry #CC4385

Color information

#CC4385 (or 0xCC4385) is unknown color: approx Mulberry. HEX triplet: CC, 43 and 85. RGB value is (204,67,133). Sum of RGB (Red+Green+Blue) = 204+67+133=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 67 (26.56% from 255 or 16.58% from 404); Blue value is 133 (52.34% from 255 or 32.92% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4385 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4385 is #33BC7A. Grayscale: #737373. Windows color (decimal): -3390587 or 8733644. OLE color: 8733644.

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

Color convert

RGB20467133-
CMYK00.670.350.2
HSL331.09º57.32%53.14%-
HSV(B)331.09º67.16%80%-
XYZ31.1418.5524.13-
YUV115.49137.89191.13-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50.50%
GREEN value IS 67 (26.56% from 255) = 16.58%
BLUE value IS 133 (52.34% from 255) = 32.92%
R=50.50%
G=16.58%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.35
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2046713300.670.350.2331.0957.3253.14
HexCC4385043231414b3935
Octal314103205010343245137165
Binary110011001000011100001010100001110001110100101001011111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4385; }

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

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

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

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

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

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

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

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