#C059A5

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

Shades of Mulberry #C059A5

Tints of Mulberry #C059A5

Color information

#C059A5 (or 0xC059A5) is unknown color: approx Mulberry. HEX triplet: C0, 59 and A5. RGB value is (192,89,165). Sum of RGB (Red+Green+Blue) = 192+89+165=446 (59% of max value = 765). Red value is 192 (75.39% from 255 or 43.05% from 446); Green value is 89 (35.16% from 255 or 19.96% from 446); Blue value is 165 (64.84% from 255 or 37.00% from 446); Max value from RGB is 192 - color contains mainly: red. Hex color #C059A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C059A5 is #3FA65A. Grayscale: #808080. Windows color (decimal): -4171355 or 10836416. OLE color: 10836416.

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

Color convert

RGB19289165-
CMYK00.540.140.25
HSL315.73º44.98%55.1%-
HSV(B)315.73º53.65%75.29%-
XYZ32.121.0737.97-
YUV128.46148.62173.32-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.05%
GREEN value IS 89 (35.16% from 255) = 19.96%
BLUE value IS 165 (64.84% from 255) = 37.00%
R=43.05%
G=19.96%
B=37.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1928916500.540.140.25315.7344.9855.1
HexC059A5036E1913c2d37
Octal30013124506616314745567
Binary110000001011001101001010110110111011001100111100101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C059A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C059A5; }

 p { color: rgb(192,89,165); }

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

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

 a { background-color: rgb(192,89,165); }

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

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

 span { border-color: rgb(192,89,165); }

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