#C16776

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

Shades of Tapestry #C16776

Tints of Tapestry #C16776

Color information

#C16776 (or 0xC16776) is unknown color: approx Tapestry. HEX triplet: C1, 67 and 76. RGB value is (193,103,118). Sum of RGB (Red+Green+Blue) = 193+103+118=414 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.62% from 414); Green value is 103 (40.62% from 255 or 24.88% from 414); Blue value is 118 (46.48% from 255 or 28.50% from 414); Max value from RGB is 193 - color contains mainly: red. Hex color #C16776 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16776 is #3E9889. Grayscale: #838383. Windows color (decimal): -4102282 or 7759809. OLE color: 7759809.

HSL color Cylindrical-coordinate representation of color #C16776: hue angle of 350º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C16776 is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB193103118-
CMYK00.470.390.24
HSL350º42.06%58.04%-
HSV(B)350º46.63%75.69%-
XYZ30.1122.3519.87-
YUV131.62120.32171.78-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.62%
GREEN value IS 103 (40.62% from 255) = 24.88%
BLUE value IS 118 (46.48% from 255) = 28.50%
R=46.62%
G=24.88%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310311800.470.390.2435042.0658.04
HexC1677602F271815e2a3a
Octal30114716605747305365272
Binary1100000111001111110110010111110011111000101011110101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16776; }

 p { color: rgb(193,103,118); }

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

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

 a { background-color: rgb(193,103,118); }

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

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

 span { border-color: rgb(193,103,118); }

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