#C26981

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

Shades of Tapestry #C26981

Tints of Tapestry #C26981

Color information

#C26981 (or 0xC26981) is unknown color: approx Tapestry. HEX triplet: C2, 69 and 81. RGB value is (194,105,129). Sum of RGB (Red+Green+Blue) = 194+105+129=428 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.33% from 428); Green value is 105 (41.41% from 255 or 24.53% from 428); Blue value is 129 (50.78% from 255 or 30.14% from 428); Max value from RGB is 194 - color contains mainly: red. Hex color #C26981 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26981 is #3D967E. Grayscale: #868686. Windows color (decimal): -4036223 or 8481218. OLE color: 8481218.

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

Color convert

RGB194105129-
CMYK00.460.340.24
HSL343.82º42.18%58.63%-
HSV(B)343.82º45.88%76.08%-
XYZ31.2623.1623.59-
YUV134.35124.99170.55-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.33%
GREEN value IS 105 (41.41% from 255) = 24.53%
BLUE value IS 129 (50.78% from 255) = 30.14%
R=45.33%
G=24.53%
B=30.14%

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
Decimal19410512900.460.340.24343.8242.1858.63
HexC2698102E22181582a3b
Octal30215120105642305305273
Binary11000010110100110000001010111010001011000101011000101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26981; }

 p { color: rgb(194,105,129); }

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

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

 a { background-color: rgb(194,105,129); }

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

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

 span { border-color: rgb(194,105,129); }

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