#C4697A

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

Shades of Tapestry #C4697A

Tints of Tapestry #C4697A

Color information

#C4697A (or 0xC4697A) is unknown color: approx Tapestry. HEX triplet: C4, 69 and 7A. RGB value is (196,105,122). Sum of RGB (Red+Green+Blue) = 196+105+122=423 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.34% from 423); Green value is 105 (41.41% from 255 or 24.82% from 423); Blue value is 122 (48.05% from 255 or 28.84% from 423); Max value from RGB is 196 - color contains mainly: red. Hex color #C4697A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4697A is #3B9685. Grayscale: #868686. Windows color (decimal): -3905158 or 8022468. OLE color: 8022468.

HSL color Cylindrical-coordinate representation of color #C4697A: hue angle of 348.79º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C4697A is Cyan = 0, Magento = 0.46, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB196105122-
CMYK00.460.380.23
HSL348.79º43.54%59.02%-
HSV(B)348.79º46.43%76.86%-
XYZ31.3323.2421.25-
YUV134.15121.15172.12-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.34%
GREEN value IS 105 (41.41% from 255) = 24.82%
BLUE value IS 122 (48.05% from 255) = 28.84%
R=46.34%
G=24.82%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19610512200.460.380.23348.7943.5459.02
HexC4697A02E261715d2c3b
Octal30415117205646275355473
Binary1100010011010011111010010111010011010111101011101101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4697A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4697A; }

 p { color: rgb(196,105,122); }

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

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

 a { background-color: rgb(196,105,122); }

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

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

 span { border-color: rgb(196,105,122); }

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