#C4529F

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

Shades of Mulberry #C4529F

Tints of Mulberry #C4529F

Color information

#C4529F (or 0xC4529F) is unknown color: approx Mulberry. HEX triplet: C4, 52 and 9F. RGB value is (196,82,159). Sum of RGB (Red+Green+Blue) = 196+82+159=437 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.85% from 437); Green value is 82 (32.42% from 255 or 18.76% from 437); Blue value is 159 (62.5% from 255 or 36.38% from 437); Max value from RGB is 196 - color contains mainly: red. Hex color #C4529F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C4529F is #3BAD60. Grayscale: #7C7C7C. Windows color (decimal): -3911009 or 10441412. OLE color: 10441412.

HSL color Cylindrical-coordinate representation of color #C4529F: hue angle of 319.47º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C4529F is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.23.

Color convert

RGB19682159-
CMYK00.580.190.23
HSL319.47º49.14%54.51%-
HSV(B)319.47º58.16%76.86%-
XYZ32.0420.2735.03-
YUV124.86147.27178.74-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.85%
GREEN value IS 82 (32.42% from 255) = 18.76%
BLUE value IS 159 (62.5% from 255) = 36.38%
R=44.85%
G=18.76%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.19
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1968215900.580.190.23319.4749.1454.51
HexC4529F03A131713f3137
Octal30412223707223274776167
Binary1100010010100101001111101110101001110111100111111110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4529F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4529F; }

 p { color: rgb(196,82,159); }

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

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

 a { background-color: rgb(196,82,159); }

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

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

 span { border-color: rgb(196,82,159); }

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