#C26880

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

Shades of Tapestry #C26880

Tints of Tapestry #C26880

Color information

#C26880 (or 0xC26880) is unknown color: approx Tapestry. HEX triplet: C2, 68 and 80. RGB value is (194,104,128). Sum of RGB (Red+Green+Blue) = 194+104+128=426 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.54% from 426); Green value is 104 (41.02% from 255 or 24.41% from 426); Blue value is 128 (50.39% from 255 or 30.05% from 426); Max value from RGB is 194 - color contains mainly: red. Hex color #C26880 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26880 is #3D977F. Grayscale: #858585. Windows color (decimal): -4036480 or 8415426. OLE color: 8415426.

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

Color convert

RGB194104128-
CMYK00.460.340.24
HSL344º42.45%58.43%-
HSV(B)344º46.39%76.08%-
XYZ31.0922.9323.21-
YUV133.65124.82171.05-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.54%
GREEN value IS 104 (41.02% from 255) = 24.41%
BLUE value IS 128 (50.39% from 255) = 30.05%
R=45.54%
G=24.41%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410412800.460.340.2434442.4558.43
HexC2688002E22181582a3a
Octal30215020005642305305272
Binary11000010110100010000000010111010001011000101011000101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26880; }

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

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

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

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

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

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

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

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