#C05A95

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

Shades of Mulberry #C05A95

Tints of Mulberry #C05A95

Color information

#C05A95 (or 0xC05A95) is unknown color: approx Mulberry. HEX triplet: C0, 5A and 95. RGB value is (192,90,149). Sum of RGB (Red+Green+Blue) = 192+90+149=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 90 (35.55% from 255 or 20.88% from 431); Blue value is 149 (58.59% from 255 or 34.57% from 431); Max value from RGB is 192 - color contains mainly: red. Hex color #C05A95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05A95 is #3FA56A. Grayscale: #7F7F7F. Windows color (decimal): -4171115 or 9788096. OLE color: 9788096.

HSL color Cylindrical-coordinate representation of color #C05A95: hue angle of 325.29º degrees, saturation: 0.45, 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 #C05A95 is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB19290149-
CMYK00.530.220.25
HSL325.29º44.74%55.29%-
HSV(B)325.29º53.12%75.29%-
XYZ30.8220.6930.8-
YUV127.22140.29174.2-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.55%
GREEN value IS 90 (35.55% from 255) = 20.88%
BLUE value IS 149 (58.59% from 255) = 34.57%
R=44.55%
G=20.88%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929014900.530.220.25325.2944.7455.29
HexC05A9503516191452d37
Octal30013222506526315055567
Binary1100000010110101001010101101011011011001101000101101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05A95; }

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

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

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

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

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

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

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

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