#c65186

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

Shades of Mulberry #C65186

Tints of Mulberry #C65186

Color information

#C65186 (or 0xC65186) is unknown color: approx Mulberry. HEX triplet: C6, 51 and 86. RGB value is (198,81,134). Sum of RGB (Red+Green+Blue) = 198+81+134=413 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.94% from 413); Green value is 81 (32.03% from 255 or 19.61% from 413); Blue value is 134 (52.73% from 255 or 32.45% from 413); Max value from RGB is 198 - color contains mainly: red. Hex color #C65186 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65186 is #39AE79. Grayscale: #797979. Windows color (decimal): -3780218 or 8802758. OLE color: 8802758.

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

Color convert

RGB19881134-
CMYK00.590.320.22
HSL332.82º50.65%54.71%-
HSV(B)332.82º59.09%77.65%-
XYZ30.5319.6124.73-
YUV122.02134.76182.19-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.94%
GREEN value IS 81 (32.03% from 255) = 19.61%
BLUE value IS 134 (52.73% from 255) = 32.45%
R=47.94%
G=19.61%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1988113400.590.320.22332.8250.6554.71
HexC6518603B201614d3337
Octal30612120607340265156367
Binary11000110101000110000110011101110000010110101001101110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c65186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c65186; }

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

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

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

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

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

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

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

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