#C05A97

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

Shades of Mulberry #C05A97

Tints of Mulberry #C05A97

Color information

#C05A97 (or 0xC05A97) is unknown color: approx Mulberry. HEX triplet: C0, 5A and 97. RGB value is (192,90,151). Sum of RGB (Red+Green+Blue) = 192+90+151=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 90 (35.55% from 255 or 20.79% from 433); Blue value is 151 (59.38% from 255 or 34.87% from 433); Max value from RGB is 192 - color contains mainly: red. Hex color #C05A97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05A97 is #3FA568. Grayscale: #7F7F7F. Windows color (decimal): -4171113 or 9919168. OLE color: 9919168.

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

Color convert

RGB19290151-
CMYK00.530.210.25
HSL324.12º44.74%55.29%-
HSV(B)324.12º53.12%75.29%-
XYZ30.9820.7531.65-
YUV127.45141.29174.04-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.34%
GREEN value IS 90 (35.55% from 255) = 20.79%
BLUE value IS 151 (59.38% from 255) = 34.87%
R=44.34%
G=20.79%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929015100.530.210.25324.1244.7455.29
HexC05A9703515191442d37
Octal30013222706525315045567
Binary1100000010110101001011101101011010111001101000100101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05A97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05A97; }

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

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

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

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

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

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

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

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