#c16682

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

Shades of Tapestry #C16682

Tints of Tapestry #C16682

Color information

#C16682 (or 0xC16682) is unknown color: approx Tapestry. HEX triplet: C1, 66 and 82. RGB value is (193,102,130). Sum of RGB (Red+Green+Blue) = 193+102+130=425 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.41% from 425); Green value is 102 (40.23% from 255 or 24% from 425); Blue value is 130 (51.17% from 255 or 30.59% from 425); Max value from RGB is 193 - color contains mainly: red. Hex color #C16682 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16682 is #3E997D. Grayscale: #848484. Windows color (decimal): -4102526 or 8545985. OLE color: 8545985.

HSL color Cylindrical-coordinate representation of color #C16682: hue angle of 341.54º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C16682 is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB193102130-
CMYK00.470.330.24
HSL341.54º42.33%57.84%-
HSV(B)341.54º47.15%75.69%-
XYZ30.7722.4523.83-
YUV132.4126.65171.22-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.41%
GREEN value IS 102 (40.23% from 255) = 24%
BLUE value IS 130 (51.17% from 255) = 30.59%
R=45.41%
G=24%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310213000.470.330.24341.5442.3357.84
HexC1668202F21181562a3a
Octal30114620205741305265272
Binary11000001110011010000010010111110000111000101010110101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c16682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c16682; }

 p { color: rgb(193,102,130); }

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

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

 a { background-color: rgb(193,102,130); }

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

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

 span { border-color: rgb(193,102,130); }

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