#C16976

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

Shades of Tapestry #C16976

Tints of Tapestry #C16976

Color information

#C16976 (or 0xC16976) is unknown color: approx Tapestry. HEX triplet: C1, 69 and 76. RGB value is (193,105,118). Sum of RGB (Red+Green+Blue) = 193+105+118=416 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.39% from 416); Green value is 105 (41.41% from 255 or 25.24% from 416); Blue value is 118 (46.48% from 255 or 28.37% from 416); Max value from RGB is 193 - color contains mainly: red. Hex color #C16976 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16976 is #3E9689. Grayscale: #848484. Windows color (decimal): -4101770 or 7760321. OLE color: 7760321.

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

Color convert

RGB193105118-
CMYK00.460.390.24
HSL351.14º41.51%58.43%-
HSV(B)351.14º45.6%75.69%-
XYZ30.3122.7519.93-
YUV132.79119.65170.94-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.39%
GREEN value IS 105 (41.41% from 255) = 25.24%
BLUE value IS 118 (46.48% from 255) = 28.37%
R=46.39%
G=25.24%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310511800.460.390.24351.1441.5158.43
HexC1697602E271815f2a3a
Octal30115116605647305375272
Binary1100000111010011110110010111010011111000101011111101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16976; }

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

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

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

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

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

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

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

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