#C26876

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

Shades of Tapestry #C26876

Tints of Tapestry #C26876

Color information

#C26876 (or 0xC26876) is unknown color: approx Tapestry. HEX triplet: C2, 68 and 76. RGB value is (194,104,118). Sum of RGB (Red+Green+Blue) = 194+104+118=416 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.63% from 416); Green value is 104 (41.02% from 255 or 25% from 416); Blue value is 118 (46.48% from 255 or 28.37% from 416); Max value from RGB is 194 - color contains mainly: red. Hex color #C26876 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26876 is #3D9789. Grayscale: #848484. Windows color (decimal): -4036490 or 7760066. OLE color: 7760066.

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

Color convert

RGB194104118-
CMYK00.460.390.24
HSL350.67º42.45%58.43%-
HSV(B)350.67º46.39%76.08%-
XYZ30.4722.6819.91-
YUV132.51119.82171.86-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.63%
GREEN value IS 104 (41.02% from 255) = 25%
BLUE value IS 118 (46.48% from 255) = 28.37%
R=46.63%
G=25%
B=28.37%

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
Decimal19410411800.460.390.24350.6742.4558.43
HexC2687602E271815f2a3a
Octal30215016605647305375272
Binary1100001011010001110110010111010011111000101011111101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26876; }

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

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

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

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

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

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

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

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