#C440A6

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

Shades of Mulberry #C440A6

Tints of Mulberry #C440A6

Color information

#C440A6 (or 0xC440A6) is unknown color: approx Mulberry. HEX triplet: C4, 40 and A6. RGB value is (196,64,166). Sum of RGB (Red+Green+Blue) = 196+64+166=426 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.01% from 426); Green value is 64 (25.39% from 255 or 15.02% from 426); Blue value is 166 (65.23% from 255 or 38.97% from 426); Max value from RGB is 196 - color contains mainly: red. Hex color #C440A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C440A6 is #3BBF59. Grayscale: #727272. Windows color (decimal): -3915610 or 10895556. OLE color: 10895556.

HSL color Cylindrical-coordinate representation of color #C440A6: hue angle of 313.64º 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 #C440A6 is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.23.

Color convert

RGB19664166-
CMYK00.670.150.23
HSL313.64º52.8%50.98%-
HSV(B)313.64º67.35%76.86%-
XYZ31.4818.1637.92-
YUV115.1156.73185.71-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.01%
GREEN value IS 64 (25.39% from 255) = 15.02%
BLUE value IS 166 (65.23% from 255) = 38.97%
R=46.01%
G=15.02%
B=38.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.15
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1966416600.670.150.23313.6452.850.98
HexC440A6043F1713a3533
Octal304100246010317274726563
Binary1100010010000001010011001000011111110111100111010110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C440A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C440A6; }

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

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

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

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

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

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

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

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