#C16883

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

Shades of Tapestry #C16883

Tints of Tapestry #C16883

Color information

#C16883 (or 0xC16883) is unknown color: approx Tapestry. HEX triplet: C1, 68 and 83. RGB value is (193,104,131). Sum of RGB (Red+Green+Blue) = 193+104+131=428 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.09% from 428); Green value is 104 (41.02% from 255 or 24.30% from 428); Blue value is 131 (51.56% from 255 or 30.61% from 428); Max value from RGB is 193 - color contains mainly: red. Hex color #C16883 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16883 is #3E977C. Grayscale: #858585. Windows color (decimal): -4102013 or 8612033. OLE color: 8612033.

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

Color convert

RGB193104131-
CMYK00.460.320.24
HSL341.8º41.78%58.24%-
HSV(B)341.8º46.11%75.69%-
XYZ31.0422.8824.25-
YUV133.69126.49170.3-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.09%
GREEN value IS 104 (41.02% from 255) = 24.30%
BLUE value IS 131 (51.56% from 255) = 30.61%
R=45.09%
G=24.30%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310413100.460.320.24341.841.7858.24
HexC1688302E20181562a3a
Octal30115020305640305265272
Binary11000001110100010000011010111010000011000101010110101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16883; }

 p { color: rgb(193,104,131); }

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

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

 a { background-color: rgb(193,104,131); }

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

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

 span { border-color: rgb(193,104,131); }

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