#C16E88

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

Shades of Tapestry #C16E88

Tints of Tapestry #C16E88

Color information

#C16E88 (or 0xC16E88) is unknown color: approx Tapestry. HEX triplet: C1, 6E and 88. RGB value is (193,110,136). Sum of RGB (Red+Green+Blue) = 193+110+136=439 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.96% from 439); Green value is 110 (43.36% from 255 or 25.06% from 439); Blue value is 136 (53.52% from 255 or 30.98% from 439); Max value from RGB is 193 - color contains mainly: red. Hex color #C16E88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16E88 is #3E9177. Grayscale: #898989. Windows color (decimal): -4100472 or 8941249. OLE color: 8941249.

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

Color convert

RGB193110136-
CMYK00.430.300.24
HSL341.2º40.1%59.41%-
HSV(B)341.2º43.01%75.69%-
XYZ32.0124.2726.29-
YUV137.78127167.39-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.96%
GREEN value IS 110 (43.36% from 255) = 25.06%
BLUE value IS 136 (53.52% from 255) = 30.98%
R=43.96%
G=25.06%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311013600.430.300.24341.240.159.41
HexC16E8802B1E18155283b
Octal30115621005336305255073
Binary1100000111011101000100001010111111011000101010101101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16E88; }

 p { color: rgb(193,110,136); }

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

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

 a { background-color: rgb(193,110,136); }

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

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

 span { border-color: rgb(193,110,136); }

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