#C46979

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

Shades of Tapestry #C46979

Tints of Tapestry #C46979

Color information

#C46979 (or 0xC46979) is unknown color: approx Tapestry. HEX triplet: C4, 69 and 79. RGB value is (196,105,121). Sum of RGB (Red+Green+Blue) = 196+105+121=422 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.45% from 422); Green value is 105 (41.41% from 255 or 24.88% from 422); Blue value is 121 (47.66% from 255 or 28.67% from 422); Max value from RGB is 196 - color contains mainly: red. Hex color #C46979 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46979 is #3B9686. Grayscale: #868686. Windows color (decimal): -3905159 or 7956932. OLE color: 7956932.

HSL color Cylindrical-coordinate representation of color #C46979: hue angle of 349.45º degrees, saturation: 0.44, 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 #C46979 is Cyan = 0, Magento = 0.46, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB196105121-
CMYK00.460.380.23
HSL349.45º43.54%59.02%-
HSV(B)349.45º46.43%76.86%-
XYZ31.2723.2220.92-
YUV134.03120.65172.2-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.45%
GREEN value IS 105 (41.41% from 255) = 24.88%
BLUE value IS 121 (47.66% from 255) = 28.67%
R=46.45%
G=24.88%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19610512100.460.380.23349.4543.5459.02
HexC4697902E261715d2c3b
Octal30415117105646275355473
Binary1100010011010011111001010111010011010111101011101101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46979; }

 p { color: rgb(196,105,121); }

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

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

 a { background-color: rgb(196,105,121); }

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

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

 span { border-color: rgb(196,105,121); }

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