#C160A5

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

Shades of Mulberry #C160A5

Tints of Mulberry #C160A5

Color information

#C160A5 (or 0xC160A5) is unknown color: approx Mulberry. HEX triplet: C1, 60 and A5. RGB value is (193,96,165). Sum of RGB (Red+Green+Blue) = 193+96+165=454 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.51% from 454); Green value is 96 (37.89% from 255 or 21.15% from 454); Blue value is 165 (64.84% from 255 or 36.34% from 454); Max value from RGB is 193 - color contains mainly: red. Hex color #C160A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C160A5 is #3E9F5A. Grayscale: #848484. Windows color (decimal): -4104027 or 10838209. OLE color: 10838209.

HSL color Cylindrical-coordinate representation of color #C160A5: hue angle of 317.32º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C160A5 is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB19396165-
CMYK00.500.150.24
HSL317.32º43.89%56.67%-
HSV(B)317.32º50.26%75.69%-
XYZ32.9722.4238.19-
YUV132.87146.14170.89-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.51%
GREEN value IS 96 (37.89% from 255) = 21.15%
BLUE value IS 165 (64.84% from 255) = 36.34%
R=42.51%
G=21.15%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1939616500.500.150.24317.3243.8956.67
HexC160A5032F1813d2c39
Octal30114024506217304755471
Binary110000011100000101001010110010111111000100111101101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C160A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C160A5; }

 p { color: rgb(193,96,165); }

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

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

 a { background-color: rgb(193,96,165); }

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

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

 span { border-color: rgb(193,96,165); }

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