#C0718C

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

Shades of Tapestry #C0718C

Tints of Tapestry #C0718C

Color information

#C0718C (or 0xC0718C) is unknown color: approx Tapestry. HEX triplet: C0, 71 and 8C. RGB value is (192,113,140). Sum of RGB (Red+Green+Blue) = 192+113+140=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 113 (44.53% from 255 or 25.39% from 445); Blue value is 140 (55.08% from 255 or 31.46% from 445); Max value from RGB is 192 - color contains mainly: red. Hex color #C0718C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0718C is #3F8E73. Grayscale: #8B8B8B. Windows color (decimal): -4165236 or 9204160. OLE color: 9204160.

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

Color convert

RGB192113140-
CMYK00.410.270.25
HSL339.49º38.54%59.8%-
HSV(B)339.49º41.15%75.29%-
XYZ32.3824.9127.91-
YUV139.7128.17165.3-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.15%
GREEN value IS 113 (44.53% from 255) = 25.39%
BLUE value IS 140 (55.08% from 255) = 31.46%
R=43.15%
G=25.39%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211314000.410.270.25339.4938.5459.8
HexC0718C0291B19153273c
Octal30016121405133315234774
Binary1100000011100011000110001010011101111001101010011100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0718C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0718C; }

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

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

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

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

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

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

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

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