#C26780

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

Shades of Tapestry #C26780

Tints of Tapestry #C26780

Color information

#C26780 (or 0xC26780) is unknown color: approx Tapestry. HEX triplet: C2, 67 and 80. RGB value is (194,103,128). Sum of RGB (Red+Green+Blue) = 194+103+128=425 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.65% from 425); Green value is 103 (40.62% from 255 or 24.24% from 425); Blue value is 128 (50.39% from 255 or 30.12% from 425); Max value from RGB is 194 - color contains mainly: red. Hex color #C26780 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26780 is #3D987F. Grayscale: #858585. Windows color (decimal): -4036736 or 8415170. OLE color: 8415170.

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

Color convert

RGB194103128-
CMYK00.470.340.24
HSL343.52º42.72%58.24%-
HSV(B)343.52º46.91%76.08%-
XYZ30.9922.7323.18-
YUV133.06125.15171.47-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.65%
GREEN value IS 103 (40.62% from 255) = 24.24%
BLUE value IS 128 (50.39% from 255) = 30.12%
R=45.65%
G=24.24%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410312800.470.340.24343.5242.7258.24
HexC2678002F22181582b3a
Octal30214720005742305305372
Binary11000010110011110000000010111110001011000101011000101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26780; }

 p { color: rgb(194,103,128); }

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

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

 a { background-color: rgb(194,103,128); }

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

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

 span { border-color: rgb(194,103,128); }

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