#C160A4

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

Shades of Mulberry #C160A4

Tints of Mulberry #C160A4

Color information

#C160A4 (or 0xC160A4) is unknown color: approx Mulberry. HEX triplet: C1, 60 and A4. RGB value is (193,96,164). Sum of RGB (Red+Green+Blue) = 193+96+164=453 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.60% from 453); Green value is 96 (37.89% from 255 or 21.19% from 453); Blue value is 164 (64.45% from 255 or 36.20% from 453); Max value from RGB is 193 - color contains mainly: red. Hex color #C160A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C160A4 is #3E9F5B. Grayscale: #848484. Windows color (decimal): -4104028 or 10772673. OLE color: 10772673.

HSL color Cylindrical-coordinate representation of color #C160A4: hue angle of 317.94º 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 #C160A4 is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB19396164-
CMYK00.500.150.24
HSL317.94º43.89%56.67%-
HSV(B)317.94º50.26%75.69%-
XYZ32.8822.3837.71-
YUV132.76145.64170.97-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.60%
GREEN value IS 96 (37.89% from 255) = 21.19%
BLUE value IS 164 (64.45% from 255) = 36.20%
R=42.60%
G=21.19%
B=36.20%

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
Decimal1939616400.500.150.24317.9443.8956.67
HexC160A4032F1813e2c39
Octal30114024406217304765471
Binary110000011100000101001000110010111111000100111110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C160A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C160A4; }

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

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

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

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

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

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

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

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