#C26E83

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

Shades of Tapestry #C26E83

Tints of Tapestry #C26E83

Color information

#C26E83 (or 0xC26E83) is unknown color: approx Tapestry. HEX triplet: C2, 6E and 83. RGB value is (194,110,131). Sum of RGB (Red+Green+Blue) = 194+110+131=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 110 (43.36% from 255 or 25.29% from 435); Blue value is 131 (51.56% from 255 or 30.11% from 435); Max value from RGB is 194 - color contains mainly: red. Hex color #C26E83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26E83 is #3D917C. Grayscale: #898989. Windows color (decimal): -4034941 or 8613570. OLE color: 8613570.

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

Color convert

RGB194110131-
CMYK00.430.320.24
HSL345º40.78%59.61%-
HSV(B)345º43.3%76.08%-
XYZ31.9224.2624.47-
YUV137.51124.33168.29-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.60%
GREEN value IS 110 (43.36% from 255) = 25.29%
BLUE value IS 131 (51.56% from 255) = 30.11%
R=44.60%
G=25.29%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411013100.430.320.2434540.7859.61
HexC26E8302B2018159293c
Octal30215620305340305315174
Binary11000010110111010000011010101110000011000101011001101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26E83; }

 p { color: rgb(194,110,131); }

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

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

 a { background-color: rgb(194,110,131); }

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

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

 span { border-color: rgb(194,110,131); }

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