#C648A8

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

Shades of Mulberry #C648A8

Tints of Mulberry #C648A8

Color information

#C648A8 (or 0xC648A8) is unknown color: approx Mulberry. HEX triplet: C6, 48 and A8. RGB value is (198,72,168). Sum of RGB (Red+Green+Blue) = 198+72+168=438 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.21% from 438); Green value is 72 (28.52% from 255 or 16.44% from 438); Blue value is 168 (66.02% from 255 or 38.36% from 438); Max value from RGB is 198 - color contains mainly: red. Hex color #C648A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C648A8 is #39B757. Grayscale: #787878. Windows color (decimal): -3782488 or 11028678. OLE color: 11028678.

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

Color convert

RGB19872168-
CMYK00.640.150.22
HSL314.29º52.5%52.94%-
HSV(B)314.29º63.64%77.65%-
XYZ32.6719.4739.08-
YUV120.62154.74183.19-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.21%
GREEN value IS 72 (28.52% from 255) = 16.44%
BLUE value IS 168 (66.02% from 255) = 38.36%
R=45.21%
G=16.44%
B=38.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1987216800.640.150.22314.2952.552.94
HexC648A8040F1613a3535
Octal306110250010017264726565
Binary1100011010010001010100001000000111110110100111010110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C648A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C648A8; }

 p { color: rgb(198,72,168); }

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

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

 a { background-color: rgb(198,72,168); }

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

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

 span { border-color: rgb(198,72,168); }

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