#C4697C

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

Shades of Tapestry #C4697C

Tints of Tapestry #C4697C

Color information

#C4697C (or 0xC4697C) is unknown color: approx Tapestry. HEX triplet: C4, 69 and 7C. RGB value is (196,105,124). Sum of RGB (Red+Green+Blue) = 196+105+124=425 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.12% from 425); Green value is 105 (41.41% from 255 or 24.71% from 425); Blue value is 124 (48.83% from 255 or 29.18% from 425); Max value from RGB is 196 - color contains mainly: red. Hex color #C4697C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4697C is #3B9683. Grayscale: #868686. Windows color (decimal): -3905156 or 8153540. OLE color: 8153540.

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

Color convert

RGB196105124-
CMYK00.460.370.23
HSL347.47º43.54%59.02%-
HSV(B)347.47º46.43%76.86%-
XYZ31.4523.2921.91-
YUV134.38122.15171.96-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.12%
GREEN value IS 105 (41.41% from 255) = 24.71%
BLUE value IS 124 (48.83% from 255) = 29.18%
R=46.12%
G=24.71%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.37
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19610512400.460.370.23347.4743.5459.02
HexC4697C02E251715b2c3b
Octal30415117405645275335473
Binary1100010011010011111100010111010010110111101011011101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4697C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4697C; }

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

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

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

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

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

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

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

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