#C16878

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

Shades of Tapestry #C16878

Tints of Tapestry #C16878

Color information

#C16878 (or 0xC16878) is unknown color: approx Tapestry. HEX triplet: C1, 68 and 78. RGB value is (193,104,120). Sum of RGB (Red+Green+Blue) = 193+104+120=417 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.28% from 417); Green value is 104 (41.02% from 255 or 24.94% from 417); Blue value is 120 (47.27% from 255 or 28.78% from 417); Max value from RGB is 193 - color contains mainly: red. Hex color #C16878 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16878 is #3E9787. Grayscale: #848484. Windows color (decimal): -4102024 or 7891137. OLE color: 7891137.

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

Color convert

RGB193104120-
CMYK00.460.380.24
HSL349.21º41.78%58.24%-
HSV(B)349.21º46.11%75.69%-
XYZ30.3322.5920.53-
YUV132.44120.99171.2-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.28%
GREEN value IS 104 (41.02% from 255) = 24.94%
BLUE value IS 120 (47.27% from 255) = 28.78%
R=46.28%
G=24.94%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310412000.460.380.24349.2141.7858.24
HexC1687802E261815d2a3a
Octal30115017005646305355272
Binary1100000111010001111000010111010011011000101011101101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16878; }

 p { color: rgb(193,104,120); }

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

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

 a { background-color: rgb(193,104,120); }

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

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

 span { border-color: rgb(193,104,120); }

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