#C07178

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

Shades of Tapestry #C07178

Tints of Tapestry #C07178

Color information

#C07178 (or 0xC07178) is unknown color: approx Tapestry. HEX triplet: C0, 71 and 78. RGB value is (192,113,120). Sum of RGB (Red+Green+Blue) = 192+113+120=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 113 (44.53% from 255 or 26.59% from 425); Blue value is 120 (47.27% from 255 or 28.24% from 425); Max value from RGB is 192 - color contains mainly: red. Hex color #C07178 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07178 is #3F8E87. Grayscale: #898989. Windows color (decimal): -4165256 or 7893440. OLE color: 7893440.

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

Color convert

RGB192113120-
CMYK00.410.380.25
HSL354.68º38.54%59.8%-
HSV(B)354.68º41.15%75.29%-
XYZ31.0324.3720.84-
YUV137.42118.17166.93-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.18%
GREEN value IS 113 (44.53% from 255) = 26.59%
BLUE value IS 120 (47.27% from 255) = 28.24%
R=45.18%
G=26.59%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211312000.410.380.25354.6838.5459.8
HexC071780292619163273c
Octal30016117005146315434774
Binary1100000011100011111000010100110011011001101100011100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07178; }

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

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

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

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

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

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

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

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