#c16f79

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

Shades of Tapestry #C16F79

Tints of Tapestry #C16F79

Color information

#C16F79 (or 0xC16F79) is unknown color: approx Tapestry. HEX triplet: C1, 6F and 79. RGB value is (193,111,121). Sum of RGB (Red+Green+Blue) = 193+111+121=425 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.41% from 425); Green value is 111 (43.75% from 255 or 26.12% from 425); Blue value is 121 (47.66% from 255 or 28.47% from 425); Max value from RGB is 193 - color contains mainly: red. Hex color #C16F79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16F79 is #3E9086. Grayscale: #888888. Windows color (decimal): -4100231 or 7958465. OLE color: 7958465.

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

Color convert

RGB193111121-
CMYK00.420.370.24
HSL352.68º39.81%59.61%-
HSV(B)352.68º42.49%75.69%-
XYZ31.1324.0921.1-
YUV136.66119.17168.19-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.41%
GREEN value IS 111 (43.75% from 255) = 26.12%
BLUE value IS 121 (47.66% from 255) = 28.47%
R=45.41%
G=26.12%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311112100.420.370.24352.6839.8159.61
HexC16F7902A2518161283c
Octal30115717105245305415074
Binary1100000111011111111001010101010010111000101100001101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c16f79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c16f79; }

 p { color: rgb(193,111,121); }

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

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

 a { background-color: rgb(193,111,121); }

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

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

 span { border-color: rgb(193,111,121); }

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