#C36C76

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

Shades of Tapestry #C36C76

Tints of Tapestry #C36C76

Color information

#C36C76 (or 0xC36C76) is unknown color: approx Tapestry. HEX triplet: C3, 6C and 76. RGB value is (195,108,118). Sum of RGB (Red+Green+Blue) = 195+108+118=421 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.32% from 421); Green value is 108 (42.58% from 255 or 25.65% from 421); Blue value is 118 (46.48% from 255 or 28.03% from 421); Max value from RGB is 195 - color contains mainly: red. Hex color #C36C76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36C76 is #3C9389. Grayscale: #878787. Windows color (decimal): -3969930 or 7761091. OLE color: 7761091.

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

Color convert

RGB195108118-
CMYK00.450.390.24
HSL353.1º42.03%59.41%-
HSV(B)353.1º44.62%76.47%-
XYZ31.1423.6420.06-
YUV135.15118.32170.69-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.32%
GREEN value IS 108 (42.58% from 255) = 25.65%
BLUE value IS 118 (46.48% from 255) = 28.03%
R=46.32%
G=25.65%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19510811800.450.390.24353.142.0359.41
HexC36C7602D27181612a3b
Octal30315416605547305415273
Binary1100001111011001110110010110110011111000101100001101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36C76; }

 p { color: rgb(195,108,118); }

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

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

 a { background-color: rgb(195,108,118); }

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

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

 span { border-color: rgb(195,108,118); }

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