#C65990

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

Shades of Mulberry #C65990

Tints of Mulberry #C65990

Color information

#C65990 (or 0xC65990) is unknown color: approx Mulberry. HEX triplet: C6, 59 and 90. RGB value is (198,89,144). Sum of RGB (Red+Green+Blue) = 198+89+144=431 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.94% from 431); Green value is 89 (35.16% from 255 or 20.65% from 431); Blue value is 144 (56.64% from 255 or 33.41% from 431); Max value from RGB is 198 - color contains mainly: red. Hex color #C65990 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65990 is #39A66F. Grayscale: #7F7F7F. Windows color (decimal): -3778160 or 9460166. OLE color: 9460166.

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

Color convert

RGB19889144-
CMYK00.550.270.22
HSL329.72º48.88%56.27%-
HSV(B)329.72º55.05%77.65%-
XYZ31.921.1628.79-
YUV127.86137.11178.03-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.94%
GREEN value IS 89 (35.16% from 255) = 20.65%
BLUE value IS 144 (56.64% from 255) = 33.41%
R=45.94%
G=20.65%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1988914400.550.270.22329.7248.8856.27
HexC659900371B1614a3138
Octal30613122006733265126170
Binary1100011010110011001000001101111101110110101001010110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65990; }

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

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

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

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

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

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

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

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