#C16C86

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

Shades of Tapestry #C16C86

Tints of Tapestry #C16C86

Color information

#C16C86 (or 0xC16C86) is unknown color: approx Tapestry. HEX triplet: C1, 6C and 86. RGB value is (193,108,134). Sum of RGB (Red+Green+Blue) = 193+108+134=435 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.37% from 435); Green value is 108 (42.58% from 255 or 24.83% from 435); Blue value is 134 (52.73% from 255 or 30.80% from 435); Max value from RGB is 193 - color contains mainly: red. Hex color #C16C86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16C86 is #3E9379. Grayscale: #888888. Windows color (decimal): -4100986 or 8809665. OLE color: 8809665.

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

Color convert

RGB193108134-
CMYK00.440.310.24
HSL341.65º40.67%59.02%-
HSV(B)341.65º44.04%75.69%-
XYZ31.6623.7825.48-
YUV136.38126.66168.39-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.37%
GREEN value IS 108 (42.58% from 255) = 24.83%
BLUE value IS 134 (52.73% from 255) = 30.80%
R=44.37%
G=24.83%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310813400.440.310.24341.6540.6759.02
HexC16C8602C1F18156293b
Octal30115420605437305265173
Binary1100000111011001000011001011001111111000101010110101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16C86; }

 p { color: rgb(193,108,134); }

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

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

 a { background-color: rgb(193,108,134); }

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

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

 span { border-color: rgb(193,108,134); }

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