#C36D7B

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

Shades of Tapestry #C36D7B

Tints of Tapestry #C36D7B

Color information

#C36D7B (or 0xC36D7B) is unknown color: approx Tapestry. HEX triplet: C3, 6D and 7B. RGB value is (195,109,123). Sum of RGB (Red+Green+Blue) = 195+109+123=427 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.67% from 427); Green value is 109 (42.97% from 255 or 25.53% from 427); Blue value is 123 (48.44% from 255 or 28.81% from 427); Max value from RGB is 195 - color contains mainly: red. Hex color #C36D7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36D7B is #3C9284. Grayscale: #888888. Windows color (decimal): -3969669 or 8089027. OLE color: 8089027.

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

Color convert

RGB195109123-
CMYK00.440.370.24
HSL350.23º41.75%59.61%-
HSV(B)350.23º44.1%76.47%-
XYZ31.5523.9721.7-
YUV136.31120.49169.86-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.67%
GREEN value IS 109 (42.97% from 255) = 25.53%
BLUE value IS 123 (48.44% from 255) = 28.81%
R=45.67%
G=25.53%
B=28.81%

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
Decimal19510912300.440.370.24350.2341.7559.61
HexC36D7B02C251815e2a3c
Octal30315517305445305365274
Binary1100001111011011111011010110010010111000101011110101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36D7B; }

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

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

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

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

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

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

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

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