#CC4785

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

Shades of Mulberry #CC4785

Tints of Mulberry #CC4785

Color information

#CC4785 (or 0xCC4785) is unknown color: approx Mulberry. HEX triplet: CC, 47 and 85. RGB value is (204,71,133). Sum of RGB (Red+Green+Blue) = 204+71+133=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 71 (28.12% from 255 or 17.40% from 408); Blue value is 133 (52.34% from 255 or 32.60% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4785 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4785 is #33B87A. Grayscale: #757575. Windows color (decimal): -3389563 or 8734668. OLE color: 8734668.

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

Color convert

RGB20471133-
CMYK00.650.350.2
HSL332.03º56.6%53.92%-
HSV(B)332.03º65.2%80%-
XYZ31.3919.0424.21-
YUV117.84136.56189.46-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50%
GREEN value IS 71 (28.12% from 255) = 17.40%
BLUE value IS 133 (52.34% from 255) = 32.60%
R=50%
G=17.40%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.35
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2047113300.650.350.2332.0356.653.92
HexCC4785041231414c3936
Octal314107205010143245147166
Binary110011001000111100001010100000110001110100101001100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4785; }

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

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

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

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

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

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

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

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