#C26E75

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

Shades of Tapestry #C26E75

Tints of Tapestry #C26E75

Color information

#C26E75 (or 0xC26E75) is unknown color: approx Tapestry. HEX triplet: C2, 6E and 75. RGB value is (194,110,117). Sum of RGB (Red+Green+Blue) = 194+110+117=421 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.08% from 421); Green value is 110 (43.36% from 255 or 26.13% from 421); Blue value is 117 (46.09% from 255 or 27.79% from 421); Max value from RGB is 194 - color contains mainly: red. Hex color #C26E75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26E75 is #3D918A. Grayscale: #878787. Windows color (decimal): -4034955 or 7696066. OLE color: 7696066.

HSL color Cylindrical-coordinate representation of color #C26E75: hue angle of 355º 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 #C26E75 is Cyan = 0, Magento = 0.43, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB194110117-
CMYK00.430.400.24
HSL355º40.78%59.61%-
HSV(B)355º43.3%76.08%-
XYZ31.0323.9119.81-
YUV135.91117.33169.43-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.08%
GREEN value IS 110 (43.36% from 255) = 26.13%
BLUE value IS 117 (46.09% from 255) = 27.79%
R=46.08%
G=26.13%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411011700.430.400.2435540.7859.61
HexC26E7502B2818163293c
Octal30215616505350305435174
Binary1100001011011101110101010101110100011000101100011101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26E75; }

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

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

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

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

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

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

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

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