#C37079

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

Shades of Tapestry #C37079

Tints of Tapestry #C37079

Color information

#C37079 (or 0xC37079) is unknown color: approx Tapestry. HEX triplet: C3, 70 and 79. RGB value is (195,112,121). Sum of RGB (Red+Green+Blue) = 195+112+121=428 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.56% from 428); Green value is 112 (44.14% from 255 or 26.17% from 428); Blue value is 121 (47.66% from 255 or 28.27% from 428); Max value from RGB is 195 - color contains mainly: red. Hex color #C37079 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37079 is #3C8F86. Grayscale: #898989. Windows color (decimal): -3968903 or 7958723. OLE color: 7958723.

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

Color convert

RGB195112121-
CMYK00.430.380.24
HSL353.49º40.89%60.2%-
HSV(B)353.49º42.56%76.47%-
XYZ31.7524.5721.16-
YUV137.84118.5168.77-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.56%
GREEN value IS 112 (44.14% from 255) = 26.17%
BLUE value IS 121 (47.66% from 255) = 28.27%
R=45.56%
G=26.17%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19511212100.430.380.24353.4940.8960.2
HexC3707902B2618161293c
Octal30316017105346305415174
Binary1100001111100001111001010101110011011000101100001101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37079; }

 p { color: rgb(195,112,121); }

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

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

 a { background-color: rgb(195,112,121); }

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

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

 span { border-color: rgb(195,112,121); }

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