#C1687C

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

Shades of Tapestry #C1687C

Tints of Tapestry #C1687C

Color information

#C1687C (or 0xC1687C) is unknown color: approx Tapestry. HEX triplet: C1, 68 and 7C. RGB value is (193,104,124). Sum of RGB (Red+Green+Blue) = 193+104+124=421 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.84% from 421); Green value is 104 (41.02% from 255 or 24.70% from 421); Blue value is 124 (48.83% from 255 or 29.45% from 421); Max value from RGB is 193 - color contains mainly: red. Hex color #C1687C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1687C is #3E9783. Grayscale: #848484. Windows color (decimal): -4102020 or 8153281. OLE color: 8153281.

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

Color convert

RGB193104124-
CMYK00.460.360.24
HSL346.52º41.78%58.24%-
HSV(B)346.52º46.11%75.69%-
XYZ30.5822.6921.84-
YUV132.89122.99170.87-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.84%
GREEN value IS 104 (41.02% from 255) = 24.70%
BLUE value IS 124 (48.83% from 255) = 29.45%
R=45.84%
G=24.70%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310412400.460.360.24346.5241.7858.24
HexC1687C02E241815b2a3a
Octal30115017405644305335272
Binary1100000111010001111100010111010010011000101011011101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1687C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1687C; }

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

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

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

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

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

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

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

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