#C6548D

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

Shades of Mulberry #C6548D

Tints of Mulberry #C6548D

Color information

#C6548D (or 0xC6548D) is unknown color: approx Mulberry. HEX triplet: C6, 54 and 8D. RGB value is (198,84,141). Sum of RGB (Red+Green+Blue) = 198+84+141=423 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.81% from 423); Green value is 84 (33.20% from 255 or 19.86% from 423); Blue value is 141 (55.47% from 255 or 33.33% from 423); Max value from RGB is 198 - color contains mainly: red. Hex color #C6548D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6548D is #39AB72. Grayscale: #7C7C7C. Windows color (decimal): -3779443 or 9262278. OLE color: 9262278.

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

Color convert

RGB19884141-
CMYK00.580.290.22
HSL330º50%55.29%-
HSV(B)330º57.58%77.65%-
XYZ31.2720.2727.46-
YUV124.58137.27180.37-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.81%
GREEN value IS 84 (33.20% from 255) = 19.86%
BLUE value IS 141 (55.47% from 255) = 33.33%
R=46.81%
G=19.86%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1988414100.580.290.223305055.29
HexC6548D03A1D1614a3237
Octal30612421507235265126267
Binary1100011010101001000110101110101110110110101001010110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6548D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6548D; }

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

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

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

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

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

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

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

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