#C16A7B

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

Shades of Tapestry #C16A7B

Tints of Tapestry #C16A7B

Color information

#C16A7B (or 0xC16A7B) is unknown color: approx Tapestry. HEX triplet: C1, 6A and 7B. RGB value is (193,106,123). Sum of RGB (Red+Green+Blue) = 193+106+123=422 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.73% from 422); Green value is 106 (41.80% from 255 or 25.12% from 422); Blue value is 123 (48.44% from 255 or 29.15% from 422); Max value from RGB is 193 - color contains mainly: red. Hex color #C16A7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16A7B is #3E9584. Grayscale: #858585. Windows color (decimal): -4101509 or 8088257. OLE color: 8088257.

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

Color convert

RGB193106123-
CMYK00.450.360.24
HSL348.28º41.23%58.63%-
HSV(B)348.28º45.08%75.69%-
XYZ30.7223.0821.57-
YUV133.95121.82170.12-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.73%
GREEN value IS 106 (41.80% from 255) = 25.12%
BLUE value IS 123 (48.44% from 255) = 29.15%
R=45.73%
G=25.12%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310612300.450.360.24348.2841.2358.63
HexC16A7B02D241815c293b
Octal30115217305544305345173
Binary1100000111010101111011010110110010011000101011100101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16A7B; }

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

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

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

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

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

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

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

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