#C26D81

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

Shades of Tapestry #C26D81

Tints of Tapestry #C26D81

Color information

#C26D81 (or 0xC26D81) is unknown color: approx Tapestry. HEX triplet: C2, 6D and 81. RGB value is (194,109,129). Sum of RGB (Red+Green+Blue) = 194+109+129=432 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.91% from 432); Green value is 109 (42.97% from 255 or 25.23% from 432); Blue value is 129 (50.78% from 255 or 29.86% from 432); Max value from RGB is 194 - color contains mainly: red. Hex color #C26D81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26D81 is #3D927E. Grayscale: #888888. Windows color (decimal): -4035199 or 8482242. OLE color: 8482242.

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

Color convert

RGB194109129-
CMYK00.440.340.24
HSL345.88º41.06%59.41%-
HSV(B)345.88º43.81%76.08%-
XYZ31.6823.9923.73-
YUV136.7123.66168.87-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.91%
GREEN value IS 109 (42.97% from 255) = 25.23%
BLUE value IS 129 (50.78% from 255) = 29.86%
R=44.91%
G=25.23%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410912900.440.340.24345.8841.0659.41
HexC26D8102C221815a293b
Octal30215520105442305325173
Binary11000010110110110000001010110010001011000101011010101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26D81; }

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

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

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

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

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

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

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

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