#C05BA5

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

Shades of Mulberry #C05BA5

Tints of Mulberry #C05BA5

Color information

#C05BA5 (or 0xC05BA5) is unknown color: approx Mulberry. HEX triplet: C0, 5B and A5. RGB value is (192,91,165). Sum of RGB (Red+Green+Blue) = 192+91+165=448 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.86% from 448); Green value is 91 (35.94% from 255 or 20.31% from 448); Blue value is 165 (64.84% from 255 or 36.83% from 448); Max value from RGB is 192 - color contains mainly: red. Hex color #C05BA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05BA5 is #3FA45A. Grayscale: #818181. Windows color (decimal): -4170843 or 10836928. OLE color: 10836928.

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

Color convert

RGB19291165-
CMYK00.530.140.25
HSL316.04º44.49%55.49%-
HSV(B)316.04º52.6%75.29%-
XYZ32.2721.4138.03-
YUV129.64147.96172.48-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.86%
GREEN value IS 91 (35.94% from 255) = 20.31%
BLUE value IS 165 (64.84% from 255) = 36.83%
R=42.86%
G=20.31%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929116500.530.140.25316.0444.4955.49
HexC05BA5035E1913c2c37
Octal30013324506516314745467
Binary110000001011011101001010110101111011001100111100101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05BA5; }

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

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

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

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

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

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

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

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