#C26E88

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

Shades of Tapestry #C26E88

Tints of Tapestry #C26E88

Color information

#C26E88 (or 0xC26E88) is unknown color: approx Tapestry. HEX triplet: C2, 6E and 88. RGB value is (194,110,136). Sum of RGB (Red+Green+Blue) = 194+110+136=440 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.09% from 440); Green value is 110 (43.36% from 255 or 25% from 440); Blue value is 136 (53.52% from 255 or 30.91% from 440); Max value from RGB is 194 - color contains mainly: red. Hex color #C26E88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26E88 is #3D9177. Grayscale: #8A8A8A. Windows color (decimal): -4034936 or 8941250. OLE color: 8941250.

HSL color Cylindrical-coordinate representation of color #C26E88: hue angle of 341.43º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C26E88 is Cyan = 0, Magento = 0.43, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB194110136-
CMYK00.430.300.24
HSL341.43º40.78%59.61%-
HSV(B)341.43º43.3%76.08%-
XYZ32.2724.426.3-
YUV138.08126.83167.89-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.09%
GREEN value IS 110 (43.36% from 255) = 25%
BLUE value IS 136 (53.52% from 255) = 30.91%
R=44.09%
G=25%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411013600.430.300.24341.4340.7859.61
HexC26E8802B1E18155293c
Octal30215621005336305255174
Binary1100001011011101000100001010111111011000101010101101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26E88; }

 p { color: rgb(194,110,136); }

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

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

 a { background-color: rgb(194,110,136); }

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

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

 span { border-color: rgb(194,110,136); }

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