#C640A5

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

Shades of Mulberry #C640A5

Tints of Mulberry #C640A5

Color information

#C640A5 (or 0xC640A5) is unknown color: approx Mulberry. HEX triplet: C6, 40 and A5. RGB value is (198,64,165). Sum of RGB (Red+Green+Blue) = 198+64+165=427 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.37% from 427); Green value is 64 (25.39% from 255 or 14.99% from 427); Blue value is 165 (64.84% from 255 or 38.64% from 427); Max value from RGB is 198 - color contains mainly: red. Hex color #C640A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C640A5 is #39BF5A. Grayscale: #737373. Windows color (decimal): -3784539 or 10830022. OLE color: 10830022.

HSL color Cylindrical-coordinate representation of color #C640A5: hue angle of 314.78º 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 #C640A5 is Cyan = 0, Magento = 0.68, Yellow = 0.17 and Black (K on CMYK) = 0.22.

Color convert

RGB19864165-
CMYK00.680.170.22
HSL314.78º54.03%51.37%-
HSV(B)314.78º67.68%77.65%-
XYZ31.9118.3937.46-
YUV115.58155.89186.79-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.37%
GREEN value IS 64 (25.39% from 255) = 14.99%
BLUE value IS 165 (64.84% from 255) = 38.64%
R=46.37%
G=14.99%
B=38.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.17
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1986416500.680.170.22314.7854.0351.37
HexC640A5044111613b3633
Octal306100245010421264736663
Binary11000110100000010100101010001001000110110100111011110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C640A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C640A5; }

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

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

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

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

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

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

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

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