#C26976

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

Shades of Tapestry #C26976

Tints of Tapestry #C26976

Color information

#C26976 (or 0xC26976) is unknown color: approx Tapestry. HEX triplet: C2, 69 and 76. RGB value is (194,105,118). Sum of RGB (Red+Green+Blue) = 194+105+118=417 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.52% from 417); Green value is 105 (41.41% from 255 or 25.18% from 417); Blue value is 118 (46.48% from 255 or 28.30% from 417); Max value from RGB is 194 - color contains mainly: red. Hex color #C26976 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26976 is #3D9689. Grayscale: #858585. Windows color (decimal): -4036234 or 7760322. OLE color: 7760322.

HSL color Cylindrical-coordinate representation of color #C26976: hue angle of 351.24º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C26976 is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB194105118-
CMYK00.460.390.24
HSL351.24º42.18%58.63%-
HSV(B)351.24º45.88%76.08%-
XYZ30.5722.8819.94-
YUV133.09119.49171.44-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.52%
GREEN value IS 105 (41.41% from 255) = 25.18%
BLUE value IS 118 (46.48% from 255) = 28.30%
R=46.52%
G=25.18%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410511800.460.390.24351.2442.1858.63
HexC2697602E271815f2a3b
Octal30215116605647305375273
Binary1100001011010011110110010111010011111000101011111101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26976; }

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

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

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

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

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

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

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

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