#C36E7E

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

Shades of Tapestry #C36E7E

Tints of Tapestry #C36E7E

Color information

#C36E7E (or 0xC36E7E) is unknown color: approx Tapestry. HEX triplet: C3, 6E and 7E. RGB value is (195,110,126). Sum of RGB (Red+Green+Blue) = 195+110+126=431 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.24% from 431); Green value is 110 (43.36% from 255 or 25.52% from 431); Blue value is 126 (49.61% from 255 or 29.23% from 431); Max value from RGB is 195 - color contains mainly: red. Hex color #C36E7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36E7E is #3C9181. Grayscale: #898989. Windows color (decimal): -3969410 or 8285891. OLE color: 8285891.

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

Color convert

RGB195110126-
CMYK00.440.350.24
HSL348.71º41.46%59.8%-
HSV(B)348.71º43.59%76.47%-
XYZ31.8524.2622.74-
YUV137.24121.66169.2-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.24%
GREEN value IS 110 (43.36% from 255) = 25.52%
BLUE value IS 126 (49.61% from 255) = 29.23%
R=45.24%
G=25.52%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19511012600.440.350.24348.7141.4659.8
HexC36E7E02C231815d293c
Octal30315617605443305355174
Binary1100001111011101111110010110010001111000101011101101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36E7E; }

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

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

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

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

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

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

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

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