#C0718A

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

Shades of Tapestry #C0718A

Tints of Tapestry #C0718A

Color information

#C0718A (or 0xC0718A) is unknown color: approx Tapestry. HEX triplet: C0, 71 and 8A. RGB value is (192,113,138). Sum of RGB (Red+Green+Blue) = 192+113+138=443 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.34% from 443); Green value is 113 (44.53% from 255 or 25.51% from 443); Blue value is 138 (54.30% from 255 or 31.15% from 443); Max value from RGB is 192 - color contains mainly: red. Hex color #C0718A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0718A is #3F8E75. Grayscale: #8B8B8B. Windows color (decimal): -4165238 or 9073088. OLE color: 9073088.

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

Color convert

RGB192113138-
CMYK00.410.280.25
HSL341.01º38.54%59.8%-
HSV(B)341.01º41.15%75.29%-
XYZ32.2324.8527.14-
YUV139.47127.17165.47-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.34%
GREEN value IS 113 (44.53% from 255) = 25.51%
BLUE value IS 138 (54.30% from 255) = 31.15%
R=43.34%
G=25.51%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211313800.410.280.25341.0138.5459.8
HexC0718A0291C19155273c
Octal30016121205134315254774
Binary1100000011100011000101001010011110011001101010101100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0718A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0718A; }

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

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

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

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

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

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

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

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