#C05BA2

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

Shades of Mulberry #C05BA2

Tints of Mulberry #C05BA2

Color information

#C05BA2 (or 0xC05BA2) is unknown color: approx Mulberry. HEX triplet: C0, 5B and A2. RGB value is (192,91,162). Sum of RGB (Red+Green+Blue) = 192+91+162=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 91 (35.94% from 255 or 20.45% from 445); Blue value is 162 (63.67% from 255 or 36.40% from 445); Max value from RGB is 192 - color contains mainly: red. Hex color #C05BA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05BA2 is #3FA45D. Grayscale: #818181. Windows color (decimal): -4170846 or 10640320. OLE color: 10640320.

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

Color convert

RGB19291162-
CMYK00.530.160.25
HSL317.82º44.49%55.49%-
HSV(B)317.82º52.6%75.29%-
XYZ3221.336.61-
YUV129.29146.46172.73-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.15%
GREEN value IS 91 (35.94% from 255) = 20.45%
BLUE value IS 162 (63.67% from 255) = 36.40%
R=43.15%
G=20.45%
B=36.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929116200.530.160.25317.8244.4955.49
HexC05BA2035101913e2c37
Octal30013324206520314765467
Binary1100000010110111010001001101011000011001100111110101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05BA2; }

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

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

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

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

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

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

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

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