#C1687D

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

Shades of Tapestry #C1687D

Tints of Tapestry #C1687D

Color information

#C1687D (or 0xC1687D) is unknown color: approx Tapestry. HEX triplet: C1, 68 and 7D. RGB value is (193,104,125). Sum of RGB (Red+Green+Blue) = 193+104+125=422 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.73% from 422); Green value is 104 (41.02% from 255 or 24.64% from 422); Blue value is 125 (49.22% from 255 or 29.62% from 422); Max value from RGB is 193 - color contains mainly: red. Hex color #C1687D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1687D is #3E9782. Grayscale: #858585. Windows color (decimal): -4102019 or 8218817. OLE color: 8218817.

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

Color convert

RGB193104125-
CMYK00.460.350.24
HSL345.84º41.78%58.24%-
HSV(B)345.84º46.11%75.69%-
XYZ30.6422.7222.17-
YUV133123.49170.79-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.73%
GREEN value IS 104 (41.02% from 255) = 24.64%
BLUE value IS 125 (49.22% from 255) = 29.62%
R=45.73%
G=24.64%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310412500.460.350.24345.8441.7858.24
HexC1687D02E231815a2a3a
Octal30115017505643305325272
Binary1100000111010001111101010111010001111000101011010101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1687D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1687D; }

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

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

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

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

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

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

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

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