#C640A2

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

Shades of Mulberry #C640A2

Tints of Mulberry #C640A2

Color information

#C640A2 (or 0xC640A2) is unknown color: approx Mulberry. HEX triplet: C6, 40 and A2. RGB value is (198,64,162). Sum of RGB (Red+Green+Blue) = 198+64+162=424 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.70% from 424); Green value is 64 (25.39% from 255 or 15.09% from 424); Blue value is 162 (63.67% from 255 or 38.21% from 424); Max value from RGB is 198 - color contains mainly: red. Hex color #C640A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C640A2 is #39BF5D. Grayscale: #727272. Windows color (decimal): -3784542 or 10633414. OLE color: 10633414.

HSL color Cylindrical-coordinate representation of color #C640A2: hue angle of 316.12º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C640A2 is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.22.

Color convert

RGB19864162-
CMYK00.680.180.22
HSL316.12º54.03%51.37%-
HSV(B)316.12º67.68%77.65%-
XYZ31.6418.2836.04-
YUV115.24154.39187.03-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.70%
GREEN value IS 64 (25.39% from 255) = 15.09%
BLUE value IS 162 (63.67% from 255) = 38.21%
R=46.70%
G=15.09%
B=38.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.18
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1986416200.680.180.22316.1254.0351.37
HexC640A2044121613c3633
Octal306100242010422264746663
Binary11000110100000010100010010001001001010110100111100110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C640A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C640A2; }

 p { color: rgb(198,64,162); }

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

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

 a { background-color: rgb(198,64,162); }

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

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

 span { border-color: rgb(198,64,162); }

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