#C65786

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

Shades of Mulberry #C65786

Tints of Mulberry #C65786

Color information

#C65786 (or 0xC65786) is unknown color: approx Mulberry. HEX triplet: C6, 57 and 86. RGB value is (198,87,134). Sum of RGB (Red+Green+Blue) = 198+87+134=419 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.26% from 419); Green value is 87 (34.38% from 255 or 20.76% from 419); Blue value is 134 (52.73% from 255 or 31.98% from 419); Max value from RGB is 198 - color contains mainly: red. Hex color #C65786 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65786 is #39A879. Grayscale: #7D7D7D. Windows color (decimal): -3778682 or 8804294. OLE color: 8804294.

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

Color convert

RGB19887134-
CMYK00.560.320.22
HSL334.59º49.33%55.88%-
HSV(B)334.59º56.06%77.65%-
XYZ3120.5424.89-
YUV125.55132.77179.68-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.26%
GREEN value IS 87 (34.38% from 255) = 20.76%
BLUE value IS 134 (52.73% from 255) = 31.98%
R=47.26%
G=20.76%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1988713400.560.320.22334.5949.3355.88
HexC65786038201614f3138
Octal30612720607040265176170
Binary11000110101011110000110011100010000010110101001111110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65786; }

 p { color: rgb(198,87,134); }

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

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

 a { background-color: rgb(198,87,134); }

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

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

 span { border-color: rgb(198,87,134); }

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