#C16576

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

Shades of Tapestry #C16576

Tints of Tapestry #C16576

Color information

#C16576 (or 0xC16576) is unknown color: approx Tapestry. HEX triplet: C1, 65 and 76. RGB value is (193,101,118). Sum of RGB (Red+Green+Blue) = 193+101+118=412 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.84% from 412); Green value is 101 (39.84% from 255 or 24.51% from 412); Blue value is 118 (46.48% from 255 or 28.64% from 412); Max value from RGB is 193 - color contains mainly: red. Hex color #C16576 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16576 is #3E9A89. Grayscale: #828282. Windows color (decimal): -4102794 or 7759297. OLE color: 7759297.

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

Color convert

RGB193101118-
CMYK00.480.390.24
HSL348.91º42.59%57.65%-
HSV(B)348.91º47.67%75.69%-
XYZ29.9221.9519.8-
YUV130.45120.98172.62-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.84%
GREEN value IS 101 (39.84% from 255) = 24.51%
BLUE value IS 118 (46.48% from 255) = 28.64%
R=46.84%
G=24.51%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310111800.480.390.24348.9142.5957.65
HexC16576030271815d2b3a
Octal30114516606047305355372
Binary1100000111001011110110011000010011111000101011101101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16576; }

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

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

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

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

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

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

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

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