#C16A7A

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

Shades of Tapestry #C16A7A

Tints of Tapestry #C16A7A

Color information

#C16A7A (or 0xC16A7A) is unknown color: approx Tapestry. HEX triplet: C1, 6A and 7A. RGB value is (193,106,122). Sum of RGB (Red+Green+Blue) = 193+106+122=421 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.84% from 421); Green value is 106 (41.80% from 255 or 25.18% from 421); Blue value is 122 (48.05% from 255 or 28.98% from 421); Max value from RGB is 193 - color contains mainly: red. Hex color #C16A7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16A7A is #3E9585. Grayscale: #858585. Windows color (decimal): -4101510 or 8022721. OLE color: 8022721.

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

Color convert

RGB193106122-
CMYK00.450.370.24
HSL348.97º41.23%58.63%-
HSV(B)348.97º45.08%75.69%-
XYZ30.6623.0521.25-
YUV133.84121.32170.2-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.84%
GREEN value IS 106 (41.80% from 255) = 25.18%
BLUE value IS 122 (48.05% from 255) = 28.98%
R=45.84%
G=25.18%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310612200.450.370.24348.9741.2358.63
HexC16A7A02D251815d293b
Octal30115217205545305355173
Binary1100000111010101111010010110110010111000101011101101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16A7A; }

 p { color: rgb(193,106,122); }

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

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

 a { background-color: rgb(193,106,122); }

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

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

 span { border-color: rgb(193,106,122); }

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