#C26C86

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

Shades of Tapestry #C26C86

Tints of Tapestry #C26C86

Color information

#C26C86 (or 0xC26C86) is unknown color: approx Tapestry. HEX triplet: C2, 6C and 86. RGB value is (194,108,134). Sum of RGB (Red+Green+Blue) = 194+108+134=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 108 (42.58% from 255 or 24.77% from 436); Blue value is 134 (52.73% from 255 or 30.73% from 436); Max value from RGB is 194 - color contains mainly: red. Hex color #C26C86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26C86 is #3D9379. Grayscale: #888888. Windows color (decimal): -4035450 or 8809666. OLE color: 8809666.

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

Color convert

RGB194108134-
CMYK00.440.310.24
HSL341.86º41.35%59.22%-
HSV(B)341.86º44.33%76.08%-
XYZ31.9123.9225.49-
YUV136.68126.49168.89-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.50%
GREEN value IS 108 (42.58% from 255) = 24.77%
BLUE value IS 134 (52.73% from 255) = 30.73%
R=44.50%
G=24.77%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410813400.440.310.24341.8641.3559.22
HexC26C8602C1F18156293b
Octal30215420605437305265173
Binary1100001011011001000011001011001111111000101010110101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26C86; }

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

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

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

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

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

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

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

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