#C16C74

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

Shades of Tapestry #C16C74

Tints of Tapestry #C16C74

Color information

#C16C74 (or 0xC16C74) is unknown color: approx Tapestry. HEX triplet: C1, 6C and 74. RGB value is (193,108,116). Sum of RGB (Red+Green+Blue) = 193+108+116=417 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.28% from 417); Green value is 108 (42.58% from 255 or 25.90% from 417); Blue value is 116 (45.70% from 255 or 27.82% from 417); Max value from RGB is 193 - color contains mainly: red. Hex color #C16C74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16C74 is #3E938B. Grayscale: #868686. Windows color (decimal): -4101004 or 7630017. OLE color: 7630017.

HSL color Cylindrical-coordinate representation of color #C16C74: hue angle of 354.35º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C16C74 is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB193108116-
CMYK00.440.400.24
HSL354.35º40.67%59.02%-
HSV(B)354.35º44.04%75.69%-
XYZ30.5123.3219.42-
YUV134.33117.66169.85-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.28%
GREEN value IS 108 (42.58% from 255) = 25.90%
BLUE value IS 116 (45.70% from 255) = 27.82%
R=46.28%
G=25.90%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310811600.440.400.24354.3540.6759.02
HexC16C7402C2818162293b
Octal30115416405450305425173
Binary1100000111011001110100010110010100011000101100010101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16C74; }

 p { color: rgb(193,108,116); }

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

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

 a { background-color: rgb(193,108,116); }

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

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

 span { border-color: rgb(193,108,116); }

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