#C26F76

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

Shades of Tapestry #C26F76

Tints of Tapestry #C26F76

Color information

#C26F76 (or 0xC26F76) is unknown color: approx Tapestry. HEX triplet: C2, 6F and 76. RGB value is (194,111,118). Sum of RGB (Red+Green+Blue) = 194+111+118=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 111 (43.75% from 255 or 26.24% from 423); Blue value is 118 (46.48% from 255 or 27.90% from 423); Max value from RGB is 194 - color contains mainly: red. Hex color #C26F76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26F76 is #3D9089. Grayscale: #888888. Windows color (decimal): -4034698 or 7761858. OLE color: 7761858.

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

Color convert

RGB194111118-
CMYK00.430.390.24
HSL354.94º40.49%59.8%-
HSV(B)354.94º42.78%76.08%-
XYZ31.224.1520.16-
YUV136.62117.5168.93-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.86%
GREEN value IS 111 (43.75% from 255) = 26.24%
BLUE value IS 118 (46.48% from 255) = 27.90%
R=45.86%
G=26.24%
B=27.90%

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
Decimal19411111800.430.390.24354.9440.4959.8
HexC26F7602B2718163283c
Octal30215716605347305435074
Binary1100001011011111110110010101110011111000101100011101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26F76; }

 p { color: rgb(194,111,118); }

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

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

 a { background-color: rgb(194,111,118); }

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

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

 span { border-color: rgb(194,111,118); }

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