#C07786

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

Shades of Tapestry #C07786

Tints of Tapestry #C07786

Color information

#C07786 (or 0xC07786) is unknown color: approx Tapestry. HEX triplet: C0, 77 and 86. RGB value is (192,119,134). Sum of RGB (Red+Green+Blue) = 192+119+134=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 119 (46.88% from 255 or 26.74% from 445); Blue value is 134 (52.73% from 255 or 30.11% from 445); Max value from RGB is 192 - color contains mainly: red. Hex color #C07786 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07786 is #3F8879. Grayscale: #8E8E8E. Windows color (decimal): -4163706 or 8812480. OLE color: 8812480.

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

Color convert

RGB192119134-
CMYK00.380.300.25
HSL347.67º36.68%60.98%-
HSV(B)347.67º38.02%75.29%-
XYZ32.6426.1225.88-
YUV142.54123.18163.28-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.15%
GREEN value IS 119 (46.88% from 255) = 26.74%
BLUE value IS 134 (52.73% from 255) = 30.11%
R=43.15%
G=26.74%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211913400.380.300.25347.6736.6860.98
HexC077860261E1915c253d
Octal30016720604636315344575
Binary1100000011101111000011001001101111011001101011100100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07786; }

 p { color: rgb(192,119,134); }

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

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

 a { background-color: rgb(192,119,134); }

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

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

 span { border-color: rgb(192,119,134); }

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