#C16F81

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

Shades of Tapestry #C16F81

Tints of Tapestry #C16F81

Color information

#C16F81 (or 0xC16F81) is unknown color: approx Tapestry. HEX triplet: C1, 6F and 81. RGB value is (193,111,129). Sum of RGB (Red+Green+Blue) = 193+111+129=433 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.57% from 433); Green value is 111 (43.75% from 255 or 25.64% from 433); Blue value is 129 (50.78% from 255 or 29.79% from 433); Max value from RGB is 193 - color contains mainly: red. Hex color #C16F81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16F81 is #3E907E. Grayscale: #898989. Windows color (decimal): -4100223 or 8482753. OLE color: 8482753.

HSL color Cylindrical-coordinate representation of color #C16F81: hue angle of 346.83º 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 #C16F81 is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB193111129-
CMYK00.420.330.24
HSL346.83º39.81%59.61%-
HSV(B)346.83º42.49%75.69%-
XYZ31.6424.2923.79-
YUV137.57123.17167.54-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.57%
GREEN value IS 111 (43.75% from 255) = 25.64%
BLUE value IS 129 (50.78% from 255) = 29.79%
R=44.57%
G=25.64%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311112900.420.330.24346.8339.8159.61
HexC16F8102A211815b283c
Octal30115720105241305335074
Binary11000001110111110000001010101010000111000101011011101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16F81; }

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

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

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

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

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

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

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

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