#C26D7C

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

Shades of Tapestry #C26D7C

Tints of Tapestry #C26D7C

Color information

#C26D7C (or 0xC26D7C) is unknown color: approx Tapestry. HEX triplet: C2, 6D and 7C. RGB value is (194,109,124). Sum of RGB (Red+Green+Blue) = 194+109+124=427 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.43% from 427); Green value is 109 (42.97% from 255 or 25.53% from 427); Blue value is 124 (48.83% from 255 or 29.04% from 427); Max value from RGB is 194 - color contains mainly: red. Hex color #C26D7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26D7C is #3D9283. Grayscale: #888888. Windows color (decimal): -4035204 or 8154562. OLE color: 8154562.

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

Color convert

RGB194109124-
CMYK00.440.360.24
HSL349.41º41.06%59.41%-
HSV(B)349.41º43.81%76.08%-
XYZ31.3523.8622.02-
YUV136.12121.16169.28-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.43%
GREEN value IS 109 (42.97% from 255) = 25.53%
BLUE value IS 124 (48.83% from 255) = 29.04%
R=45.43%
G=25.53%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410912400.440.360.24349.4141.0659.41
HexC26D7C02C241815d293b
Octal30215517405444305355173
Binary1100001011011011111100010110010010011000101011101101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26D7C; }

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

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

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

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

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

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

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

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