#C26886

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

Shades of Tapestry #C26886

Tints of Tapestry #C26886

Color information

#C26886 (or 0xC26886) is unknown color: approx Tapestry. HEX triplet: C2, 68 and 86. RGB value is (194,104,134). Sum of RGB (Red+Green+Blue) = 194+104+134=432 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.91% from 432); Green value is 104 (41.02% from 255 or 24.07% from 432); Blue value is 134 (52.73% from 255 or 31.02% from 432); Max value from RGB is 194 - color contains mainly: red. Hex color #C26886 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26886 is #3D9779. Grayscale: #868686. Windows color (decimal): -4036474 or 8808642. OLE color: 8808642.

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

Color convert

RGB194104134-
CMYK00.460.310.24
HSL340º42.45%58.43%-
HSV(B)340º46.39%76.08%-
XYZ31.523.0925.35-
YUV134.33127.82170.56-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.91%
GREEN value IS 104 (41.02% from 255) = 24.07%
BLUE value IS 134 (52.73% from 255) = 31.02%
R=44.91%
G=24.07%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410413400.460.310.2434042.4558.43
HexC2688602E1F181542a3a
Octal30215020605637305245272
Binary1100001011010001000011001011101111111000101010100101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26886; }

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

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

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

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

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

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

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

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