#C16C80

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

Shades of Tapestry #C16C80

Tints of Tapestry #C16C80

Color information

#C16C80 (or 0xC16C80) is unknown color: approx Tapestry. HEX triplet: C1, 6C and 80. RGB value is (193,108,128). Sum of RGB (Red+Green+Blue) = 193+108+128=429 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.99% from 429); Green value is 108 (42.58% from 255 or 25.17% from 429); Blue value is 128 (50.39% from 255 or 29.84% from 429); Max value from RGB is 193 - color contains mainly: red. Hex color #C16C80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16C80 is #3E937F. Grayscale: #878787. Windows color (decimal): -4100992 or 8416449. OLE color: 8416449.

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

Color convert

RGB193108128-
CMYK00.440.340.24
HSL345.88º40.67%59.02%-
HSV(B)345.88º44.04%75.69%-
XYZ31.2523.6223.33-
YUV135.7123.66168.87-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.99%
GREEN value IS 108 (42.58% from 255) = 25.17%
BLUE value IS 128 (50.39% from 255) = 29.84%
R=44.99%
G=25.17%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310812800.440.340.24345.8840.6759.02
HexC16C8002C221815a293b
Octal30115420005442305325173
Binary11000001110110010000000010110010001011000101011010101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16C80; }

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

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

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

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

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

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

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

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