#C05E96

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

Shades of Mulberry #C05E96

Tints of Mulberry #C05E96

Color information

#C05E96 (or 0xC05E96) is unknown color: approx Mulberry. HEX triplet: C0, 5E and 96. RGB value is (192,94,150). Sum of RGB (Red+Green+Blue) = 192+94+150=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 94 (37.11% from 255 or 21.56% from 436); Blue value is 150 (58.98% from 255 or 34.40% from 436); Max value from RGB is 192 - color contains mainly: red. Hex color #C05E96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05E96 is #3FA169. Grayscale: #818181. Windows color (decimal): -4170090 or 9854656. OLE color: 9854656.

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

Color convert

RGB19294150-
CMYK00.510.220.25
HSL325.71º43.75%56.08%-
HSV(B)325.71º51.04%75.29%-
XYZ31.2521.4131.34-
YUV129.69139.47172.45-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.04%
GREEN value IS 94 (37.11% from 255) = 21.56%
BLUE value IS 150 (58.98% from 255) = 34.40%
R=44.04%
G=21.56%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929415000.510.220.25325.7143.7556.08
HexC05E9603316191462c38
Octal30013622606326315065470
Binary1100000010111101001011001100111011011001101000110101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05E96; }

 p { color: rgb(192,94,150); }

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

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

 a { background-color: rgb(192,94,150); }

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

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

 span { border-color: rgb(192,94,150); }

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