#C26686

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

Shades of Tapestry #C26686

Tints of Tapestry #C26686

Color information

#C26686 (or 0xC26686) is unknown color: approx Tapestry. HEX triplet: C2, 66 and 86. RGB value is (194,102,134). Sum of RGB (Red+Green+Blue) = 194+102+134=430 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.12% from 430); Green value is 102 (40.23% from 255 or 23.72% from 430); Blue value is 134 (52.73% from 255 or 31.16% from 430); Max value from RGB is 194 - color contains mainly: red. Hex color #C26686 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26686 is #3D9979. Grayscale: #858585. Windows color (decimal): -4036986 or 8808130. OLE color: 8808130.

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

Color convert

RGB194102134-
CMYK00.470.310.24
HSL339.13º42.99%58.04%-
HSV(B)339.13º47.42%76.08%-
XYZ31.322.6925.28-
YUV133.16128.48171.4-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.12%
GREEN value IS 102 (40.23% from 255) = 23.72%
BLUE value IS 134 (52.73% from 255) = 31.16%
R=45.12%
G=23.72%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410213400.470.310.24339.1342.9958.04
HexC2668602F1F181532b3a
Octal30214620605737305235372
Binary1100001011001101000011001011111111111000101010011101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26686; }

 p { color: rgb(194,102,134); }

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

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

 a { background-color: rgb(194,102,134); }

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

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

 span { border-color: rgb(194,102,134); }

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