#C46A76

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

Shades of Tapestry #C46A76

Tints of Tapestry #C46A76

Color information

#C46A76 (or 0xC46A76) is unknown color: approx Tapestry. HEX triplet: C4, 6A and 76. RGB value is (196,106,118). Sum of RGB (Red+Green+Blue) = 196+106+118=420 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.67% from 420); Green value is 106 (41.80% from 255 or 25.24% from 420); Blue value is 118 (46.48% from 255 or 28.10% from 420); Max value from RGB is 196 - color contains mainly: red. Hex color #C46A76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46A76 is #3B9589. Grayscale: #868686. Windows color (decimal): -3904906 or 7760580. OLE color: 7760580.

HSL color Cylindrical-coordinate representation of color #C46A76: hue angle of 352º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C46A76 is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB196106118-
CMYK00.460.400.23
HSL352º43.27%59.22%-
HSV(B)352º45.92%76.86%-
XYZ31.1923.3520-
YUV134.28118.82172.02-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.67%
GREEN value IS 106 (41.80% from 255) = 25.24%
BLUE value IS 118 (46.48% from 255) = 28.10%
R=46.67%
G=25.24%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19610611800.460.400.2335243.2759.22
HexC46A7602E28171602b3b
Octal30415216605650275405373
Binary1100010011010101110110010111010100010111101100000101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46A76; }

 p { color: rgb(196,106,118); }

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

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

 a { background-color: rgb(196,106,118); }

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

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

 span { border-color: rgb(196,106,118); }

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