#C7529E

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

Shades of Mulberry #C7529E

Tints of Mulberry #C7529E

Color information

#C7529E (or 0xC7529E) is unknown color: approx Mulberry. HEX triplet: C7, 52 and 9E. RGB value is (199,82,158). Sum of RGB (Red+Green+Blue) = 199+82+158=439 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.33% from 439); Green value is 82 (32.42% from 255 or 18.68% from 439); Blue value is 158 (62.11% from 255 or 35.99% from 439); Max value from RGB is 199 - color contains mainly: red. Hex color #C7529E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C7529E is #38AD61. Grayscale: #7D7D7D. Windows color (decimal): -3714402 or 10375879. OLE color: 10375879.

HSL color Cylindrical-coordinate representation of color #C7529E: hue angle of 321.03º 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 #C7529E is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.22.

Color convert

RGB19982158-
CMYK00.590.210.22
HSL321.03º51.09%55.1%-
HSV(B)321.03º58.79%78.04%-
XYZ32.7420.6534.61-
YUV125.65146.26180.32-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.33%
GREEN value IS 82 (32.42% from 255) = 18.68%
BLUE value IS 158 (62.11% from 255) = 35.99%
R=45.33%
G=18.68%
B=35.99%

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
Decimal1998215800.590.210.22321.0351.0955.1
HexC7529E03B15161413337
Octal30712223607325265016367
Binary1100011110100101001111001110111010110110101000001110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7529E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7529E; }

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

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

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

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

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

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

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

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