#C05C95

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

Shades of Mulberry #C05C95

Tints of Mulberry #C05C95

Color information

#C05C95 (or 0xC05C95) is unknown color: approx Mulberry. HEX triplet: C0, 5C and 95. RGB value is (192,92,149). Sum of RGB (Red+Green+Blue) = 192+92+149=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 92 (36.33% from 255 or 21.25% from 433); Blue value is 149 (58.59% from 255 or 34.41% from 433); Max value from RGB is 192 - color contains mainly: red. Hex color #C05C95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05C95 is #3FA36A. Grayscale: #808080. Windows color (decimal): -4170603 or 9788608. OLE color: 9788608.

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

Color convert

RGB19292149-
CMYK00.520.220.25
HSL325.8º44.25%55.69%-
HSV(B)325.8º52.08%75.29%-
XYZ30.9921.0330.86-
YUV128.4139.63173.37-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.34%
GREEN value IS 92 (36.33% from 255) = 21.25%
BLUE value IS 149 (58.59% from 255) = 34.41%
R=44.34%
G=21.25%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929214900.520.220.25325.844.2555.69
HexC05C9503416191462c38
Octal30013422506426315065470
Binary1100000010111001001010101101001011011001101000110101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05C95; }

 p { color: rgb(192,92,149); }

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

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

 a { background-color: rgb(192,92,149); }

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

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

 span { border-color: rgb(192,92,149); }

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