#C6549E

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

Shades of Mulberry #C6549E

Tints of Mulberry #C6549E

Color information

#C6549E (or 0xC6549E) is unknown color: approx Mulberry. HEX triplet: C6, 54 and 9E. RGB value is (198,84,158). Sum of RGB (Red+Green+Blue) = 198+84+158=440 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45% from 440); Green value is 84 (33.20% from 255 or 19.09% from 440); Blue value is 158 (62.11% from 255 or 35.91% from 440); Max value from RGB is 198 - color contains mainly: red. Hex color #C6549E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6549E is #39AB61. Grayscale: #7E7E7E. Windows color (decimal): -3779426 or 10376390. OLE color: 10376390.

HSL color Cylindrical-coordinate representation of color #C6549E: hue angle of 321.05º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C6549E is Cyan = 0, Magento = 0.58, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB19884158-
CMYK00.580.200.22
HSL321.05º50%55.29%-
HSV(B)321.05º57.58%77.65%-
XYZ32.6320.8234.65-
YUV126.52145.77178.98-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45%
GREEN value IS 84 (33.20% from 255) = 19.09%
BLUE value IS 158 (62.11% from 255) = 35.91%
R=45%
G=19.09%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.20
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1988415800.580.200.22321.055055.29
HexC6549E03A14161413237
Octal30612423607224265016267
Binary1100011010101001001111001110101010010110101000001110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6549E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6549E; }

 p { color: rgb(198,84,158); }

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

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

 a { background-color: rgb(198,84,158); }

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

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

 span { border-color: rgb(198,84,158); }

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