#C1767C

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

Shades of Tapestry #C1767C

Tints of Tapestry #C1767C

Color information

#C1767C (or 0xC1767C) is unknown color: approx Tapestry. HEX triplet: C1, 76 and 7C. RGB value is (193,118,124). Sum of RGB (Red+Green+Blue) = 193+118+124=435 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.37% from 435); Green value is 118 (46.48% from 255 or 27.13% from 435); Blue value is 124 (48.83% from 255 or 28.51% from 435); Max value from RGB is 193 - color contains mainly: red. Hex color #C1767C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1767C is #3E8983. Grayscale: #8D8D8D. Windows color (decimal): -4098436 or 8156865. OLE color: 8156865.

HSL color Cylindrical-coordinate representation of color #C1767C: hue angle of 355.2º 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 #C1767C is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB193118124-
CMYK00.390.360.24
HSL355.2º37.69%60.98%-
HSV(B)355.2º38.86%75.69%-
XYZ32.1125.7522.35-
YUV141.11118.35165.01-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.37%
GREEN value IS 118 (46.48% from 255) = 27.13%
BLUE value IS 124 (48.83% from 255) = 28.51%
R=44.37%
G=27.13%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311812400.390.360.24355.237.6960.98
HexC1767C0272418163263d
Octal30116617404744305434675
Binary1100000111101101111100010011110010011000101100011100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1767C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1767C; }

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

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

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

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

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

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

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

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