#C36A78

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

Shades of Tapestry #C36A78

Tints of Tapestry #C36A78

Color information

#C36A78 (or 0xC36A78) is unknown color: approx Tapestry. HEX triplet: C3, 6A and 78. RGB value is (195,106,120). Sum of RGB (Red+Green+Blue) = 195+106+120=421 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.32% from 421); Green value is 106 (41.80% from 255 or 25.18% from 421); Blue value is 120 (47.27% from 255 or 28.50% from 421); Max value from RGB is 195 - color contains mainly: red. Hex color #C36A78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36A78 is #3C9587. Grayscale: #868686. Windows color (decimal): -3970440 or 7891651. OLE color: 7891651.

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

Color convert

RGB195106120-
CMYK00.460.380.24
HSL350.56º42.58%59.02%-
HSV(B)350.56º45.64%76.47%-
XYZ31.0523.2720.62-
YUV134.21119.99171.36-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.32%
GREEN value IS 106 (41.80% from 255) = 25.18%
BLUE value IS 120 (47.27% from 255) = 28.50%
R=46.32%
G=25.18%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19510612000.460.380.24350.5642.5859.02
HexC36A7802E261815f2b3b
Octal30315217005646305375373
Binary1100001111010101111000010111010011011000101011111101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36A78; }

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

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

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

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

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

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

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

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