#C36A75

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

Shades of Tapestry #C36A75

Tints of Tapestry #C36A75

Color information

#C36A75 (or 0xC36A75) is unknown color: approx Tapestry. HEX triplet: C3, 6A and 75. RGB value is (195,106,117). Sum of RGB (Red+Green+Blue) = 195+106+117=418 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.65% from 418); Green value is 106 (41.80% from 255 or 25.36% from 418); Blue value is 117 (46.09% from 255 or 27.99% from 418); Max value from RGB is 195 - color contains mainly: red. Hex color #C36A75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36A75 is #3C958A. Grayscale: #858585. Windows color (decimal): -3970443 or 7695043. OLE color: 7695043.

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

Color convert

RGB195106117-
CMYK00.460.40.24
HSL352.58º42.58%59.02%-
HSV(B)352.58º45.64%76.47%-
XYZ30.8723.1919.68-
YUV133.86118.49171.61-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.65%
GREEN value IS 106 (41.80% from 255) = 25.36%
BLUE value IS 117 (46.09% from 255) = 27.99%
R=46.65%
G=25.36%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.4
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19510611700.460.40.24352.5842.5859.02
HexC36A7502E28181612b3b
Octal30315216505650305415373
Binary1100001111010101110101010111010100011000101100001101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36A75; }

 p { color: rgb(195,106,117); }

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

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

 a { background-color: rgb(195,106,117); }

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

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

 span { border-color: rgb(195,106,117); }

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