#C36E7B

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

Shades of Tapestry #C36E7B

Tints of Tapestry #C36E7B

Color information

#C36E7B (or 0xC36E7B) is unknown color: approx Tapestry. HEX triplet: C3, 6E and 7B. RGB value is (195,110,123). Sum of RGB (Red+Green+Blue) = 195+110+123=428 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.56% from 428); Green value is 110 (43.36% from 255 or 25.70% from 428); Blue value is 123 (48.44% from 255 or 28.74% from 428); Max value from RGB is 195 - color contains mainly: red. Hex color #C36E7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36E7B is #3C9184. Grayscale: #888888. Windows color (decimal): -3969413 or 8089283. OLE color: 8089283.

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

Color convert

RGB195110123-
CMYK00.440.370.24
HSL350.82º41.46%59.8%-
HSV(B)350.82º43.59%76.47%-
XYZ31.6624.1821.74-
YUV136.9120.16169.44-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.56%
GREEN value IS 110 (43.36% from 255) = 25.70%
BLUE value IS 123 (48.44% from 255) = 28.74%
R=45.56%
G=25.70%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19511012300.440.370.24350.8241.4659.8
HexC36E7B02C251815f293c
Octal30315617305445305375174
Binary1100001111011101111011010110010010111000101011111101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36E7B; }

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

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

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

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

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

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

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

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