#C1697C

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

Shades of Tapestry #C1697C

Tints of Tapestry #C1697C

Color information

#C1697C (or 0xC1697C) is unknown color: approx Tapestry. HEX triplet: C1, 69 and 7C. RGB value is (193,105,124). Sum of RGB (Red+Green+Blue) = 193+105+124=422 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.73% from 422); Green value is 105 (41.41% from 255 or 24.88% from 422); Blue value is 124 (48.83% from 255 or 29.38% from 422); Max value from RGB is 193 - color contains mainly: red. Hex color #C1697C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1697C is #3E9683. Grayscale: #858585. Windows color (decimal): -4101764 or 8153537. OLE color: 8153537.

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

Color convert

RGB193105124-
CMYK00.460.360.24
HSL347.05º41.51%58.43%-
HSV(B)347.05º45.6%75.69%-
XYZ30.6822.921.87-
YUV133.48122.65170.46-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.73%
GREEN value IS 105 (41.41% from 255) = 24.88%
BLUE value IS 124 (48.83% from 255) = 29.38%
R=45.73%
G=24.88%
B=29.38%

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
Decimal19310512400.460.360.24347.0541.5158.43
HexC1697C02E241815b2a3a
Octal30115117405644305335272
Binary1100000111010011111100010111010010011000101011011101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1697C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1697C; }

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

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

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

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

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

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

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

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