#C26181

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

Shades of Tapestry #C26181

Tints of Tapestry #C26181

Color information

#C26181 (or 0xC26181) is unknown color: approx Tapestry. HEX triplet: C2, 61 and 81. RGB value is (194,97,129). Sum of RGB (Red+Green+Blue) = 194+97+129=420 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.19% from 420); Green value is 97 (38.28% from 255 or 23.10% from 420); Blue value is 129 (50.78% from 255 or 30.71% from 420); Max value from RGB is 194 - color contains mainly: red. Hex color #C26181 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26181 is #3D9E7E. Grayscale: #818181. Windows color (decimal): -4038271 or 8479170. OLE color: 8479170.

HSL color Cylindrical-coordinate representation of color #C26181: hue angle of 340.21º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C26181 is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB19497129-
CMYK00.500.340.24
HSL340.21º44.29%57.06%-
HSV(B)340.21º50%76.08%-
XYZ30.4921.623.33-
YUV129.65127.64173.9-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.19%
GREEN value IS 97 (38.28% from 255) = 23.10%
BLUE value IS 129 (50.78% from 255) = 30.71%
R=46.19%
G=23.10%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949712900.500.340.24340.2144.2957.06
HexC2618103222181542c39
Octal30214120106242305245471
Binary11000010110000110000001011001010001011000101010100101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26181; }

 p { color: rgb(194,97,129); }

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

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

 a { background-color: rgb(194,97,129); }

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

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

 span { border-color: rgb(194,97,129); }

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