#C0529F

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

Shades of Mulberry #C0529F

Tints of Mulberry #C0529F

Color information

#C0529F (or 0xC0529F) is unknown color: approx Mulberry. HEX triplet: C0, 52 and 9F. RGB value is (192,82,159). Sum of RGB (Red+Green+Blue) = 192+82+159=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 82 (32.42% from 255 or 18.94% from 433); Blue value is 159 (62.5% from 255 or 36.72% from 433); Max value from RGB is 192 - color contains mainly: red. Hex color #C0529F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0529F is #3FAD60. Grayscale: #7B7B7B. Windows color (decimal): -4173153 or 10441408. OLE color: 10441408.

HSL color Cylindrical-coordinate representation of color #C0529F: hue angle of 318º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C0529F is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB19282159-
CMYK00.570.170.25
HSL318º46.61%53.73%-
HSV(B)318º57.29%75.29%-
XYZ31.0119.7434.98-
YUV123.67147.94176.74-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.34%
GREEN value IS 82 (32.42% from 255) = 18.94%
BLUE value IS 159 (62.5% from 255) = 36.72%
R=44.34%
G=18.94%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1928215900.570.170.2531846.6153.73
HexC0529F039111913e2f36
Octal30012223707121314765766
Binary1100000010100101001111101110011000111001100111110101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0529F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0529F; }

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

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

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

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

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

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

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

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