#C7529D

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

Shades of Mulberry #C7529D

Tints of Mulberry #C7529D

Color information

#C7529D (or 0xC7529D) is unknown color: approx Mulberry. HEX triplet: C7, 52 and 9D. RGB value is (199,82,157). Sum of RGB (Red+Green+Blue) = 199+82+157=438 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.43% from 438); Green value is 82 (32.42% from 255 or 18.72% from 438); Blue value is 157 (61.72% from 255 or 35.84% from 438); Max value from RGB is 199 - color contains mainly: red. Hex color #C7529D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C7529D is #38AD62. Grayscale: #7D7D7D. Windows color (decimal): -3714403 or 10310343. OLE color: 10310343.

HSL color Cylindrical-coordinate representation of color #C7529D: hue angle of 321.54º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C7529D is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.22.

Color convert

RGB19982157-
CMYK00.590.210.22
HSL321.54º51.09%55.1%-
HSV(B)321.54º58.79%78.04%-
XYZ32.6620.6134.16-
YUV125.53145.76180.4-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.43%
GREEN value IS 82 (32.42% from 255) = 18.72%
BLUE value IS 157 (61.72% from 255) = 35.84%
R=45.43%
G=18.72%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.21
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1998215700.590.210.22321.5451.0955.1
HexC7529D03B15161423337
Octal30712223507325265026367
Binary1100011110100101001110101110111010110110101000010110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7529D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7529D; }

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

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

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

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

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

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

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

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