#C0797E

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

Shades of Tapestry #C0797E

Tints of Tapestry #C0797E

Color information

#C0797E (or 0xC0797E) is unknown color: approx Tapestry. HEX triplet: C0, 79 and 7E. RGB value is (192,121,126). Sum of RGB (Red+Green+Blue) = 192+121+126=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 121 (47.66% from 255 or 27.56% from 439); Blue value is 126 (49.61% from 255 or 28.70% from 439); Max value from RGB is 192 - color contains mainly: red. Hex color #C0797E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0797E is #3F8681. Grayscale: #8E8E8E. Windows color (decimal): -4163202 or 8288704. OLE color: 8288704.

HSL color Cylindrical-coordinate representation of color #C0797E: hue angle of 355.77º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C0797E is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB192121126-
CMYK00.370.340.25
HSL355.77º36.04%61.37%-
HSV(B)355.77º36.98%75.29%-
XYZ32.3426.3923.13-
YUV142.8118.52163.09-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.74%
GREEN value IS 121 (47.66% from 255) = 27.56%
BLUE value IS 126 (49.61% from 255) = 28.70%
R=43.74%
G=27.56%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212112600.370.340.25355.7736.0461.37
HexC0797E0252219164243d
Octal30017117604542315444475
Binary1100000011110011111110010010110001011001101100100100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0797E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0797E; }

 p { color: rgb(192,121,126); }

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

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

 a { background-color: rgb(192,121,126); }

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

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

 span { border-color: rgb(192,121,126); }

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