#C4697D

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

Shades of Tapestry #C4697D

Tints of Tapestry #C4697D

Color information

#C4697D (or 0xC4697D) is unknown color: approx Tapestry. HEX triplet: C4, 69 and 7D. RGB value is (196,105,125). Sum of RGB (Red+Green+Blue) = 196+105+125=426 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.01% from 426); Green value is 105 (41.41% from 255 or 24.65% from 426); Blue value is 125 (49.22% from 255 or 29.34% from 426); Max value from RGB is 196 - color contains mainly: red. Hex color #C4697D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4697D is #3B9682. Grayscale: #868686. Windows color (decimal): -3905155 or 8219076. OLE color: 8219076.

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

Color convert

RGB196105125-
CMYK00.460.360.23
HSL346.81º43.54%59.02%-
HSV(B)346.81º46.43%76.86%-
XYZ31.5223.3222.24-
YUV134.49122.65171.87-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.01%
GREEN value IS 105 (41.41% from 255) = 24.65%
BLUE value IS 125 (49.22% from 255) = 29.34%
R=46.01%
G=24.65%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.36
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19610512500.460.360.23346.8143.5459.02
HexC4697D02E241715b2c3b
Octal30415117505644275335473
Binary1100010011010011111101010111010010010111101011011101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4697D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4697D; }

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

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

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

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

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

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

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

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