#C26E77

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

Shades of Tapestry #C26E77

Tints of Tapestry #C26E77

Color information

#C26E77 (or 0xC26E77) is unknown color: approx Tapestry. HEX triplet: C2, 6E and 77. RGB value is (194,110,119). Sum of RGB (Red+Green+Blue) = 194+110+119=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 110 (43.36% from 255 or 26.00% from 423); Blue value is 119 (46.88% from 255 or 28.13% from 423); Max value from RGB is 194 - color contains mainly: red. Hex color #C26E77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26E77 is #3D9188. Grayscale: #888888. Windows color (decimal): -4034953 or 7827138. OLE color: 7827138.

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

Color convert

RGB194110119-
CMYK00.430.390.24
HSL353.57º40.78%59.61%-
HSV(B)353.57º43.3%76.08%-
XYZ31.1523.9520.43-
YUV136.14118.33169.27-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.86%
GREEN value IS 110 (43.36% from 255) = 26.00%
BLUE value IS 119 (46.88% from 255) = 28.13%
R=45.86%
G=26.00%
B=28.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411011900.430.390.24353.5740.7859.61
HexC26E7702B2718162293c
Octal30215616705347305425174
Binary1100001011011101110111010101110011111000101100010101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26E77; }

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

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

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

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

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

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

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

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