#C26A77

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

Shades of Tapestry #C26A77

Tints of Tapestry #C26A77

Color information

#C26A77 (or 0xC26A77) is unknown color: approx Tapestry. HEX triplet: C2, 6A and 77. RGB value is (194,106,119). Sum of RGB (Red+Green+Blue) = 194+106+119=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 106 (41.80% from 255 or 25.30% from 419); Blue value is 119 (46.88% from 255 or 28.40% from 419); Max value from RGB is 194 - color contains mainly: red. Hex color #C26A77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26A77 is #3D9588. Grayscale: #858585. Windows color (decimal): -4035977 or 7826114. OLE color: 7826114.

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

Color convert

RGB194106119-
CMYK00.450.390.24
HSL351.14º41.9%58.82%-
HSV(B)351.14º45.36%76.08%-
XYZ30.7323.1120.29-
YUV133.79119.65170.94-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.30%
GREEN value IS 106 (41.80% from 255) = 25.30%
BLUE value IS 119 (46.88% from 255) = 28.40%
R=46.30%
G=25.30%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410611900.450.390.24351.1441.958.82
HexC26A7702D271815f2a3b
Octal30215216705547305375273
Binary1100001011010101110111010110110011111000101011111101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26A77; }

 p { color: rgb(194,106,119); }

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

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

 a { background-color: rgb(194,106,119); }

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

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

 span { border-color: rgb(194,106,119); }

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