#C3697C

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

Shades of Tapestry #C3697C

Tints of Tapestry #C3697C

Color information

#C3697C (or 0xC3697C) is unknown color: approx Tapestry. HEX triplet: C3, 69 and 7C. RGB value is (195,105,124). Sum of RGB (Red+Green+Blue) = 195+105+124=424 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.99% from 424); Green value is 105 (41.41% from 255 or 24.76% from 424); Blue value is 124 (48.83% from 255 or 29.25% from 424); Max value from RGB is 195 - color contains mainly: red. Hex color #C3697C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3697C is #3C9683. Grayscale: #868686. Windows color (decimal): -3970692 or 8153539. OLE color: 8153539.

HSL color Cylindrical-coordinate representation of color #C3697C: hue angle of 347.33º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C3697C is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB195105124-
CMYK00.460.360.24
HSL347.33º42.86%58.82%-
HSV(B)347.33º46.15%76.47%-
XYZ31.223.1621.9-
YUV134.08122.32171.46-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.99%
GREEN value IS 105 (41.41% from 255) = 24.76%
BLUE value IS 124 (48.83% from 255) = 29.25%
R=45.99%
G=24.76%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19510512400.460.360.24347.3342.8658.82
HexC3697C02E241815b2b3b
Octal30315117405644305335373
Binary1100001111010011111100010111010010011000101011011101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3697C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3697C; }

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

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

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

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

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

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

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

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