#C3697B

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

Shades of Tapestry #C3697B

Tints of Tapestry #C3697B

Color information

#C3697B (or 0xC3697B) is unknown color: approx Tapestry. HEX triplet: C3, 69 and 7B. RGB value is (195,105,123). Sum of RGB (Red+Green+Blue) = 195+105+123=423 (56% of max value = 765). Red value is 195 (76.56% from 255 or 46.10% from 423); Green value is 105 (41.41% from 255 or 24.82% from 423); Blue value is 123 (48.44% from 255 or 29.08% from 423); Max value from RGB is 195 - color contains mainly: red. Hex color #C3697B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3697B is #3C9684. Grayscale: #858585. Windows color (decimal): -3970693 or 8088003. OLE color: 8088003.

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

Color convert

RGB195105123-
CMYK00.460.370.24
HSL348º42.86%58.82%-
HSV(B)348º46.15%76.47%-
XYZ31.1323.1421.56-
YUV133.96121.82171.54-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.10%
GREEN value IS 105 (41.41% from 255) = 24.82%
BLUE value IS 123 (48.44% from 255) = 29.08%
R=46.10%
G=24.82%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19510512300.460.370.2434842.8658.82
HexC3697B02E251815c2b3b
Octal30315117305645305345373
Binary1100001111010011111011010111010010111000101011100101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3697B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3697B; }

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

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

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

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

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

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

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

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