#C259A5

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

Shades of Mulberry #C259A5

Tints of Mulberry #C259A5

Color information

#C259A5 (or 0xC259A5) is unknown color: approx Mulberry. HEX triplet: C2, 59 and A5. RGB value is (194,89,165). Sum of RGB (Red+Green+Blue) = 194+89+165=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 89 (35.16% from 255 or 19.87% from 448); Blue value is 165 (64.84% from 255 or 36.83% from 448); Max value from RGB is 194 - color contains mainly: red. Hex color #C259A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C259A5 is #3DA65A. Grayscale: #808080. Windows color (decimal): -4040283 or 10836418. OLE color: 10836418.

HSL color Cylindrical-coordinate representation of color #C259A5: hue angle of 316.57º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C259A5 is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB19489165-
CMYK00.540.150.24
HSL316.57º46.26%55.49%-
HSV(B)316.57º54.12%76.08%-
XYZ32.6121.3338-
YUV129.06148.29174.32-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.30%
GREEN value IS 89 (35.16% from 255) = 19.87%
BLUE value IS 165 (64.84% from 255) = 36.83%
R=43.30%
G=19.87%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948916500.540.150.24316.5746.2655.49
HexC259A5036F1813d2e37
Octal30213124506617304755667
Binary110000101011001101001010110110111111000100111101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C259A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C259A5; }

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

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

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

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

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

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

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

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