#C16181

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

Shades of Tapestry #C16181

Tints of Tapestry #C16181

Color information

#C16181 (or 0xC16181) is unknown color: approx Tapestry. HEX triplet: C1, 61 and 81. RGB value is (193,97,129). Sum of RGB (Red+Green+Blue) = 193+97+129=419 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.06% from 419); Green value is 97 (38.28% from 255 or 23.15% from 419); Blue value is 129 (50.78% from 255 or 30.79% from 419); Max value from RGB is 193 - color contains mainly: red. Hex color #C16181 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16181 is #3E9E7E. Grayscale: #818181. Windows color (decimal): -4103807 or 8479169. OLE color: 8479169.

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

Color convert

RGB19397129-
CMYK00.500.330.24
HSL340º43.64%56.86%-
HSV(B)340º49.74%75.69%-
XYZ30.2321.4723.32-
YUV129.35127.8173.4-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.06%
GREEN value IS 97 (38.28% from 255) = 23.15%
BLUE value IS 129 (50.78% from 255) = 30.79%
R=46.06%
G=23.15%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1939712900.500.330.2434043.6456.86
HexC1618103221181542c39
Octal30114120106241305245471
Binary11000001110000110000001011001010000111000101010100101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16181; }

 p { color: rgb(193,97,129); }

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

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

 a { background-color: rgb(193,97,129); }

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

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

 span { border-color: rgb(193,97,129); }

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