#C4697F

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

Shades of Tapestry #C4697F

Tints of Tapestry #C4697F

Color information

#C4697F (or 0xC4697F) is unknown color: approx Tapestry. HEX triplet: C4, 69 and 7F. RGB value is (196,105,127). Sum of RGB (Red+Green+Blue) = 196+105+127=428 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.79% from 428); Green value is 105 (41.41% from 255 or 24.53% from 428); Blue value is 127 (50% from 255 or 29.67% from 428); Max value from RGB is 196 - color contains mainly: red. Hex color #C4697F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4697F is #3B9680. Grayscale: #868686. Windows color (decimal): -3905153 or 8350148. OLE color: 8350148.

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

Color convert

RGB196105127-
CMYK00.460.350.23
HSL345.49º43.54%59.02%-
HSV(B)345.49º46.43%76.86%-
XYZ31.6523.3722.92-
YUV134.72123.65171.71-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.79%
GREEN value IS 105 (41.41% from 255) = 24.53%
BLUE value IS 127 (50% from 255) = 29.67%
R=45.79%
G=24.53%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19610512700.460.350.23345.4943.5459.02
HexC4697F02E23171592c3b
Octal30415117705643275315473
Binary1100010011010011111111010111010001110111101011001101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4697F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4697F; }

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

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

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

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

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

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

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

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