#C1697B

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

Shades of Tapestry #C1697B

Tints of Tapestry #C1697B

Color information

#C1697B (or 0xC1697B) is unknown color: approx Tapestry. HEX triplet: C1, 69 and 7B. RGB value is (193,105,123). Sum of RGB (Red+Green+Blue) = 193+105+123=421 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.84% from 421); Green value is 105 (41.41% from 255 or 24.94% from 421); Blue value is 123 (48.44% from 255 or 29.22% from 421); Max value from RGB is 193 - color contains mainly: red. Hex color #C1697B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1697B is #3E9684. Grayscale: #858585. Windows color (decimal): -4101765 or 8088001. OLE color: 8088001.

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

Color convert

RGB193105123-
CMYK00.460.360.24
HSL347.73º41.51%58.43%-
HSV(B)347.73º45.6%75.69%-
XYZ30.6222.8721.54-
YUV133.36122.15170.54-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.84%
GREEN value IS 105 (41.41% from 255) = 24.94%
BLUE value IS 123 (48.44% from 255) = 29.22%
R=45.84%
G=24.94%
B=29.22%

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
Decimal19310512300.460.360.24347.7341.5158.43
HexC1697B02E241815c2a3a
Octal30115117305644305345272
Binary1100000111010011111011010111010010011000101011100101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1697B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1697B; }

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

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

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

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

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

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

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

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