#C07782

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

Shades of Tapestry #C07782

Tints of Tapestry #C07782

Color information

#C07782 (or 0xC07782) is unknown color: approx Tapestry. HEX triplet: C0, 77 and 82. RGB value is (192,119,130). Sum of RGB (Red+Green+Blue) = 192+119+130=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 119 (46.88% from 255 or 26.98% from 441); Blue value is 130 (51.17% from 255 or 29.48% from 441); Max value from RGB is 192 - color contains mainly: red. Hex color #C07782 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07782 is #3F887D. Grayscale: #8E8E8E. Windows color (decimal): -4163710 or 8550336. OLE color: 8550336.

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

Color convert

RGB192119130-
CMYK00.380.320.25
HSL350.96º36.68%60.98%-
HSV(B)350.96º38.02%75.29%-
XYZ32.3626.0124.43-
YUV142.08121.18163.61-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.54%
GREEN value IS 119 (46.88% from 255) = 26.98%
BLUE value IS 130 (51.17% from 255) = 29.48%
R=43.54%
G=26.98%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211913000.380.320.25350.9636.6860.98
HexC07782026201915f253d
Octal30016720204640315374575
Binary11000000111011110000010010011010000011001101011111100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07782; }

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

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

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

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

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

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

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

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