#C0559A

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

Shades of Mulberry #C0559A

Tints of Mulberry #C0559A

Color information

#C0559A (or 0xC0559A) is unknown color: approx Mulberry. HEX triplet: C0, 55 and 9A. RGB value is (192,85,154). Sum of RGB (Red+Green+Blue) = 192+85+154=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 85 (33.59% from 255 or 19.72% from 431); Blue value is 154 (60.55% from 255 or 35.73% from 431); Max value from RGB is 192 - color contains mainly: red. Hex color #C0559A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0559A is #3FAA65. Grayscale: #7C7C7C. Windows color (decimal): -4172390 or 10114496. OLE color: 10114496.

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

Color convert

RGB19285154-
CMYK00.560.200.25
HSL321.31º45.92%54.31%-
HSV(B)321.31º55.73%75.29%-
XYZ30.8220.0432.81-
YUV124.86144.45175.89-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.55%
GREEN value IS 85 (33.59% from 255) = 19.72%
BLUE value IS 154 (60.55% from 255) = 35.73%
R=44.55%
G=19.72%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1928515400.560.200.25321.3145.9254.31
HexC0559A03814191412e36
Octal30012523207024315015666
Binary1100000010101011001101001110001010011001101000001101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0559A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0559A; }

 p { color: rgb(192,85,154); }

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

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

 a { background-color: rgb(192,85,154); }

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

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

 span { border-color: rgb(192,85,154); }

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