#C3697D

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

Shades of Tapestry #C3697D

Tints of Tapestry #C3697D

Color information

#C3697D (or 0xC3697D) is unknown color: approx Tapestry. HEX triplet: C3, 69 and 7D. RGB value is (195,105,125). Sum of RGB (Red+Green+Blue) = 195+105+125=425 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.88% from 425); Green value is 105 (41.41% from 255 or 24.71% from 425); Blue value is 125 (49.22% from 255 or 29.41% from 425); Max value from RGB is 195 - color contains mainly: red. Hex color #C3697D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3697D is #3C9682. Grayscale: #868686. Windows color (decimal): -3970691 or 8219075. OLE color: 8219075.

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

Color convert

RGB195105125-
CMYK00.460.360.24
HSL346.67º42.86%58.82%-
HSV(B)346.67º46.15%76.47%-
XYZ31.2623.1922.23-
YUV134.19122.82171.37-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.88%
GREEN value IS 105 (41.41% from 255) = 24.71%
BLUE value IS 125 (49.22% from 255) = 29.41%
R=45.88%
G=24.71%
B=29.41%

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
Decimal19510512500.460.360.24346.6742.8658.82
HexC3697D02E241815b2b3b
Octal30315117505644305335373
Binary1100001111010011111101010111010010011000101011011101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3697D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3697D; }

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

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

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

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

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

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

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

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