#C647A0

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

Shades of Mulberry #C647A0

Tints of Mulberry #C647A0

Color information

#C647A0 (or 0xC647A0) is unknown color: approx Mulberry. HEX triplet: C6, 47 and A0. RGB value is (198,71,160). Sum of RGB (Red+Green+Blue) = 198+71+160=429 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.15% from 429); Green value is 71 (28.12% from 255 or 16.55% from 429); Blue value is 160 (62.89% from 255 or 37.30% from 429); Max value from RGB is 198 - color contains mainly: red. Hex color #C647A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C647A0 is #39B85F. Grayscale: #767676. Windows color (decimal): -3782752 or 10504134. OLE color: 10504134.

HSL color Cylindrical-coordinate representation of color #C647A0: hue angle of 317.95º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C647A0 is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.22.

Color convert

RGB19871160-
CMYK00.640.190.22
HSL317.95º52.7%52.75%-
HSV(B)317.95º64.14%77.65%-
XYZ31.8919.0535.25-
YUV119.12151.08184.26-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.15%
GREEN value IS 71 (28.12% from 255) = 16.55%
BLUE value IS 160 (62.89% from 255) = 37.30%
R=46.15%
G=16.55%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.19
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1987116000.640.190.22317.9552.752.75
HexC647A0040131613e3535
Octal306107240010023264766565
Binary11000110100011110100000010000001001110110100111110110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C647A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C647A0; }

 p { color: rgb(198,71,160); }

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

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

 a { background-color: rgb(198,71,160); }

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

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

 span { border-color: rgb(198,71,160); }

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