#C4529C

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

Shades of Mulberry #C4529C

Tints of Mulberry #C4529C

Color information

#C4529C (or 0xC4529C) is unknown color: approx Mulberry. HEX triplet: C4, 52 and 9C. RGB value is (196,82,156). Sum of RGB (Red+Green+Blue) = 196+82+156=434 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.16% from 434); Green value is 82 (32.42% from 255 or 18.89% from 434); Blue value is 156 (61.33% from 255 or 35.94% from 434); Max value from RGB is 196 - color contains mainly: red. Hex color #C4529C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C4529C is #3BAD63. Grayscale: #7C7C7C. Windows color (decimal): -3911012 or 10244804. OLE color: 10244804.

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

Color convert

RGB19682156-
CMYK00.580.200.23
HSL321.05º49.14%54.51%-
HSV(B)321.05º58.16%76.86%-
XYZ31.7820.1733.67-
YUV124.52145.77178.98-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.16%
GREEN value IS 82 (32.42% from 255) = 18.89%
BLUE value IS 156 (61.33% from 255) = 35.94%
R=45.16%
G=18.89%
B=35.94%

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
Decimal1968215600.580.200.23321.0549.1454.51
HexC4529C03A14171413137
Octal30412223407224275016167
Binary1100010010100101001110001110101010010111101000001110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4529C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4529C; }

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

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

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

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

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

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

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

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