#C16B77

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

Shades of Tapestry #C16B77

Tints of Tapestry #C16B77

Color information

#C16B77 (or 0xC16B77) is unknown color: approx Tapestry. HEX triplet: C1, 6B and 77. RGB value is (193,107,119). Sum of RGB (Red+Green+Blue) = 193+107+119=419 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.06% from 419); Green value is 107 (42.19% from 255 or 25.54% from 419); Blue value is 119 (46.88% from 255 or 28.40% from 419); Max value from RGB is 193 - color contains mainly: red. Hex color #C16B77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16B77 is #3E9488. Grayscale: #868686. Windows color (decimal): -4101257 or 7826369. OLE color: 7826369.

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

Color convert

RGB193107119-
CMYK00.450.380.24
HSL351.63º40.95%58.82%-
HSV(B)351.63º44.56%75.69%-
XYZ30.5823.1820.32-
YUV134.08119.49170.02-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.06%
GREEN value IS 107 (42.19% from 255) = 25.54%
BLUE value IS 119 (46.88% from 255) = 28.40%
R=46.06%
G=25.54%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310711900.450.380.24351.6340.9558.82
HexC16B7702D2618160293b
Octal30115316705546305405173
Binary1100000111010111110111010110110011011000101100000101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16B77; }

 p { color: rgb(193,107,119); }

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

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

 a { background-color: rgb(193,107,119); }

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

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

 span { border-color: rgb(193,107,119); }

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