#C16F80

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

Shades of Tapestry #C16F80

Tints of Tapestry #C16F80

Color information

#C16F80 (or 0xC16F80) is unknown color: approx Tapestry. HEX triplet: C1, 6F and 80. RGB value is (193,111,128). Sum of RGB (Red+Green+Blue) = 193+111+128=432 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.68% from 432); Green value is 111 (43.75% from 255 or 25.69% from 432); Blue value is 128 (50.39% from 255 or 29.63% from 432); Max value from RGB is 193 - color contains mainly: red. Hex color #C16F80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16F80 is #3E907F. Grayscale: #898989. Windows color (decimal): -4100224 or 8417217. OLE color: 8417217.

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

Color convert

RGB193111128-
CMYK00.420.340.24
HSL347.56º39.81%59.61%-
HSV(B)347.56º42.49%75.69%-
XYZ31.5724.2623.44-
YUV137.46122.67167.62-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.68%
GREEN value IS 111 (43.75% from 255) = 25.69%
BLUE value IS 128 (50.39% from 255) = 29.63%
R=44.68%
G=25.69%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311112800.420.340.24347.5639.8159.61
HexC16F8002A221815c283c
Octal30115720005242305345074
Binary11000001110111110000000010101010001011000101011100101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16F80; }

 p { color: rgb(193,111,128); }

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

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

 a { background-color: rgb(193,111,128); }

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

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

 span { border-color: rgb(193,111,128); }

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