#C0718B

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

Shades of Tapestry #C0718B

Tints of Tapestry #C0718B

Color information

#C0718B (or 0xC0718B) is unknown color: approx Tapestry. HEX triplet: C0, 71 and 8B. RGB value is (192,113,139). Sum of RGB (Red+Green+Blue) = 192+113+139=444 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.24% from 444); Green value is 113 (44.53% from 255 or 25.45% from 444); Blue value is 139 (54.69% from 255 or 31.31% from 444); Max value from RGB is 192 - color contains mainly: red. Hex color #C0718B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0718B is #3F8E74. Grayscale: #8B8B8B. Windows color (decimal): -4165237 or 9138624. OLE color: 9138624.

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

Color convert

RGB192113139-
CMYK00.410.280.25
HSL340.25º38.54%59.8%-
HSV(B)340.25º41.15%75.29%-
XYZ32.324.8827.53-
YUV139.58127.67165.39-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.24%
GREEN value IS 113 (44.53% from 255) = 25.45%
BLUE value IS 139 (54.69% from 255) = 31.31%
R=43.24%
G=25.45%
B=31.31%

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
Decimal19211313900.410.280.25340.2538.5459.8
HexC0718B0291C19154273c
Octal30016121305134315244774
Binary1100000011100011000101101010011110011001101010100100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0718B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0718B; }

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

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

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

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

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

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

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

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