#C36E74

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

Shades of Tapestry #C36E74

Tints of Tapestry #C36E74

Color information

#C36E74 (or 0xC36E74) is unknown color: approx Tapestry. HEX triplet: C3, 6E and 74. RGB value is (195,110,116). Sum of RGB (Red+Green+Blue) = 195+110+116=421 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.32% from 421); Green value is 110 (43.36% from 255 or 26.13% from 421); Blue value is 116 (45.70% from 255 or 27.55% from 421); Max value from RGB is 195 - color contains mainly: red. Hex color #C36E74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36E74 is #3C918B. Grayscale: #888888. Windows color (decimal): -3969420 or 7630531. OLE color: 7630531.

HSL color Cylindrical-coordinate representation of color #C36E74: hue angle of 355.76º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C36E74 is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB195110116-
CMYK00.440.410.24
HSL355.76º41.46%59.8%-
HSV(B)355.76º43.59%76.47%-
XYZ31.2324.0119.51-
YUV136.1116.66170.01-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.32%
GREEN value IS 110 (43.36% from 255) = 26.13%
BLUE value IS 116 (45.70% from 255) = 27.55%
R=46.32%
G=26.13%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19511011600.440.410.24355.7641.4659.8
HexC36E7402C2918164293c
Octal30315616405451305445174
Binary1100001111011101110100010110010100111000101100100101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36E74; }

 p { color: rgb(195,110,116); }

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

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

 a { background-color: rgb(195,110,116); }

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

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

 span { border-color: rgb(195,110,116); }

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