#C26B79

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

Shades of Tapestry #C26B79

Tints of Tapestry #C26B79

Color information

#C26B79 (or 0xC26B79) is unknown color: approx Tapestry. HEX triplet: C2, 6B and 79. RGB value is (194,107,121). Sum of RGB (Red+Green+Blue) = 194+107+121=422 (55% of max value = 765). Red value is 194 (76.17% from 255 or 45.97% from 422); Green value is 107 (42.19% from 255 or 25.36% from 422); Blue value is 121 (47.66% from 255 or 28.67% from 422); Max value from RGB is 194 - color contains mainly: red. Hex color #C26B79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26B79 is #3D9486. Grayscale: #868686. Windows color (decimal): -4035719 or 7957442. OLE color: 7957442.

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

Color convert

RGB194107121-
CMYK00.450.380.24
HSL350.34º41.63%59.02%-
HSV(B)350.34º44.85%76.08%-
XYZ30.9623.3720.97-
YUV134.61120.32170.36-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.97%
GREEN value IS 107 (42.19% from 255) = 25.36%
BLUE value IS 121 (47.66% from 255) = 28.67%
R=45.97%
G=25.36%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410712100.450.380.24350.3441.6359.02
HexC26B7902D261815e2a3b
Octal30215317105546305365273
Binary1100001011010111111001010110110011011000101011110101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26B79; }

 p { color: rgb(194,107,121); }

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

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

 a { background-color: rgb(194,107,121); }

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

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

 span { border-color: rgb(194,107,121); }

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