#C07176

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

Shades of Tapestry #C07176

Tints of Tapestry #C07176

Color information

#C07176 (or 0xC07176) is unknown color: approx Tapestry. HEX triplet: C0, 71 and 76. RGB value is (192,113,118). Sum of RGB (Red+Green+Blue) = 192+113+118=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 113 (44.53% from 255 or 26.71% from 423); Blue value is 118 (46.48% from 255 or 27.90% from 423); Max value from RGB is 192 - color contains mainly: red. Hex color #C07176 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07176 is #3F8E89. Grayscale: #898989. Windows color (decimal): -4165258 or 7762368. OLE color: 7762368.

HSL color Cylindrical-coordinate representation of color #C07176: hue angle of 356.2º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C07176 is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB192113118-
CMYK00.410.390.25
HSL356.2º38.54%59.8%-
HSV(B)356.2º41.15%75.29%-
XYZ30.9124.3220.21-
YUV137.19117.17167.09-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.39%
GREEN value IS 113 (44.53% from 255) = 26.71%
BLUE value IS 118 (46.48% from 255) = 27.90%
R=45.39%
G=26.71%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211311800.410.390.25356.238.5459.8
HexC071760292719164273c
Octal30016116605147315444774
Binary1100000011100011110110010100110011111001101100100100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07176; }

 p { color: rgb(192,113,118); }

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

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

 a { background-color: rgb(192,113,118); }

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

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

 span { border-color: rgb(192,113,118); }

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