#C65490

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

Shades of Mulberry #C65490

Tints of Mulberry #C65490

Color information

#C65490 (or 0xC65490) is unknown color: approx Mulberry. HEX triplet: C6, 54 and 90. RGB value is (198,84,144). Sum of RGB (Red+Green+Blue) = 198+84+144=426 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.48% from 426); Green value is 84 (33.20% from 255 or 19.72% from 426); Blue value is 144 (56.64% from 255 or 33.80% from 426); Max value from RGB is 198 - color contains mainly: red. Hex color #C65490 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65490 is #39AB6F. Grayscale: #7C7C7C. Windows color (decimal): -3779440 or 9458886. OLE color: 9458886.

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

Color convert

RGB19884144-
CMYK00.580.270.22
HSL328.42º50%55.29%-
HSV(B)328.42º57.58%77.65%-
XYZ31.4920.3628.66-
YUV124.93138.77180.12-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.48%
GREEN value IS 84 (33.20% from 255) = 19.72%
BLUE value IS 144 (56.64% from 255) = 33.80%
R=46.48%
G=19.72%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1988414400.580.270.22328.425055.29
HexC6549003A1B161483237
Octal30612422007233265106267
Binary1100011010101001001000001110101101110110101001000110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65490; }

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

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

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

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

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

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

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

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