#C640A4

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

Shades of Mulberry #C640A4

Tints of Mulberry #C640A4

Color information

#C640A4 (or 0xC640A4) is unknown color: approx Mulberry. HEX triplet: C6, 40 and A4. RGB value is (198,64,164). Sum of RGB (Red+Green+Blue) = 198+64+164=426 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.48% from 426); Green value is 64 (25.39% from 255 or 15.02% from 426); Blue value is 164 (64.45% from 255 or 38.50% from 426); Max value from RGB is 198 - color contains mainly: red. Hex color #C640A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C640A4 is #39BF5B. Grayscale: #737373. Windows color (decimal): -3784540 or 10764486. OLE color: 10764486.

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

Color convert

RGB19864164-
CMYK00.680.170.22
HSL315.22º54.03%51.37%-
HSV(B)315.22º67.68%77.65%-
XYZ31.8218.3536.99-
YUV115.47155.39186.87-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.48%
GREEN value IS 64 (25.39% from 255) = 15.02%
BLUE value IS 164 (64.45% from 255) = 38.50%
R=46.48%
G=15.02%
B=38.50%

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
Decimal1986416400.680.170.22315.2254.0351.37
HexC640A4044111613b3633
Octal306100244010421264736663
Binary11000110100000010100100010001001000110110100111011110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C640A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C640A4; }

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

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

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

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

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

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

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

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