#C1767A

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

Shades of Tapestry #C1767A

Tints of Tapestry #C1767A

Color information

#C1767A (or 0xC1767A) is unknown color: approx Tapestry. HEX triplet: C1, 76 and 7A. RGB value is (193,118,122). Sum of RGB (Red+Green+Blue) = 193+118+122=433 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.57% from 433); Green value is 118 (46.48% from 255 or 27.25% from 433); Blue value is 122 (48.05% from 255 or 28.18% from 433); Max value from RGB is 193 - color contains mainly: red. Hex color #C1767A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1767A is #3E8985. Grayscale: #8C8C8C. Windows color (decimal): -4098438 or 8025793. OLE color: 8025793.

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

Color convert

RGB193118122-
CMYK00.390.370.24
HSL356.8º37.69%60.98%-
HSV(B)356.8º38.86%75.69%-
XYZ31.9825.721.69-
YUV140.88117.35165.17-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.57%
GREEN value IS 118 (46.48% from 255) = 27.25%
BLUE value IS 122 (48.05% from 255) = 28.18%
R=44.57%
G=27.25%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311812200.390.370.24356.837.6960.98
HexC1767A0272518165263d
Octal30116617204745305454675
Binary1100000111101101111010010011110010111000101100101100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1767A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1767A; }

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

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

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

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

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

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

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

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