#C05B86

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

Shades of Mulberry #C05B86

Tints of Mulberry #C05B86

Color information

#C05B86 (or 0xC05B86) is unknown color: approx Mulberry. HEX triplet: C0, 5B and 86. RGB value is (192,91,134). Sum of RGB (Red+Green+Blue) = 192+91+134=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 91 (35.94% from 255 or 21.82% from 417); Blue value is 134 (52.73% from 255 or 32.13% from 417); Max value from RGB is 192 - color contains mainly: red. Hex color #C05B86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05B86 is #3FA479. Grayscale: #7E7E7E. Windows color (decimal): -4170874 or 8805312. OLE color: 8805312.

HSL color Cylindrical-coordinate representation of color #C05B86: hue angle of 334.46º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C05B86 is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB19291134-
CMYK00.530.300.25
HSL334.46º44.49%55.49%-
HSV(B)334.46º52.6%75.29%-
XYZ29.7820.4124.92-
YUV126.1132.46175-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.04%
GREEN value IS 91 (35.94% from 255) = 21.82%
BLUE value IS 134 (52.73% from 255) = 32.13%
R=46.04%
G=21.82%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929113400.530.300.25334.4644.4955.49
HexC05B860351E1914e2c37
Octal30013320606536315165467
Binary1100000010110111000011001101011111011001101001110101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05B86; }

 p { color: rgb(192,91,134); }

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

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

 a { background-color: rgb(192,91,134); }

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

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

 span { border-color: rgb(192,91,134); }

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