#C440A5

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

Shades of Mulberry #C440A5

Tints of Mulberry #C440A5

Color information

#C440A5 (or 0xC440A5) is unknown color: approx Mulberry. HEX triplet: C4, 40 and A5. RGB value is (196,64,165). Sum of RGB (Red+Green+Blue) = 196+64+165=425 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.12% from 425); Green value is 64 (25.39% from 255 or 15.06% from 425); Blue value is 165 (64.84% from 255 or 38.82% from 425); Max value from RGB is 196 - color contains mainly: red. Hex color #C440A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C440A5 is #3BBF5A. Grayscale: #727272. Windows color (decimal): -3915611 or 10830020. OLE color: 10830020.

HSL color Cylindrical-coordinate representation of color #C440A5: hue angle of 314.09º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C440A5 is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.23.

Color convert

RGB19664165-
CMYK00.670.160.23
HSL314.09º52.8%50.98%-
HSV(B)314.09º67.35%76.86%-
XYZ31.3918.1237.44-
YUV114.98156.23185.79-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.12%
GREEN value IS 64 (25.39% from 255) = 15.06%
BLUE value IS 165 (64.84% from 255) = 38.82%
R=46.12%
G=15.06%
B=38.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.16
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1966416500.670.160.23314.0952.850.98
HexC440A5043101713a3533
Octal304100245010320274726563
Binary11000100100000010100101010000111000010111100111010110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C440A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C440A5; }

 p { color: rgb(196,64,165); }

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

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

 a { background-color: rgb(196,64,165); }

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

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

 span { border-color: rgb(196,64,165); }

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