#C36E7C

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

Shades of Tapestry #C36E7C

Tints of Tapestry #C36E7C

Color information

#C36E7C (or 0xC36E7C) is unknown color: approx Tapestry. HEX triplet: C3, 6E and 7C. RGB value is (195,110,124). Sum of RGB (Red+Green+Blue) = 195+110+124=429 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.45% from 429); Green value is 110 (43.36% from 255 or 25.64% from 429); Blue value is 124 (48.83% from 255 or 28.90% from 429); Max value from RGB is 195 - color contains mainly: red. Hex color #C36E7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36E7C is #3C9183. Grayscale: #898989. Windows color (decimal): -3969412 or 8154819. OLE color: 8154819.

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

Color convert

RGB195110124-
CMYK00.440.360.24
HSL350.12º41.46%59.8%-
HSV(B)350.12º43.59%76.47%-
XYZ31.7224.2122.07-
YUV137.01120.66169.36-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.45%
GREEN value IS 110 (43.36% from 255) = 25.64%
BLUE value IS 124 (48.83% from 255) = 28.90%
R=45.45%
G=25.64%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19511012400.440.360.24350.1241.4659.8
HexC36E7C02C241815e293c
Octal30315617405444305365174
Binary1100001111011101111100010110010010011000101011110101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36E7C; }

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

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

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

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

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

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

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

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