#C4529D

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

Shades of Mulberry #C4529D

Tints of Mulberry #C4529D

Color information

#C4529D (or 0xC4529D) is unknown color: approx Mulberry. HEX triplet: C4, 52 and 9D. RGB value is (196,82,157). Sum of RGB (Red+Green+Blue) = 196+82+157=435 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.06% from 435); Green value is 82 (32.42% from 255 or 18.85% from 435); Blue value is 157 (61.72% from 255 or 36.09% from 435); Max value from RGB is 196 - color contains mainly: red. Hex color #C4529D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C4529D is #3BAD62. Grayscale: #7C7C7C. Windows color (decimal): -3911011 or 10310340. OLE color: 10310340.

HSL color Cylindrical-coordinate representation of color #C4529D: hue angle of 320.53º 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 #C4529D is Cyan = 0, Magento = 0.58, Yellow = 0.20 and Black (K on CMYK) = 0.23.

Color convert

RGB19682157-
CMYK00.580.200.23
HSL320.53º49.14%54.51%-
HSV(B)320.53º58.16%76.86%-
XYZ31.8720.234.12-
YUV124.64146.27178.9-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.06%
GREEN value IS 82 (32.42% from 255) = 18.85%
BLUE value IS 157 (61.72% from 255) = 36.09%
R=45.06%
G=18.85%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.20
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1968215700.580.200.23320.5349.1454.51
HexC4529D03A14171413137
Octal30412223507224275016167
Binary1100010010100101001110101110101010010111101000001110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4529D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4529D; }

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

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

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

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

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

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

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

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