#C26379

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

Shades of Tapestry #C26379

Tints of Tapestry #C26379

Color information

#C26379 (or 0xC26379) is unknown color: approx Tapestry. HEX triplet: C2, 63 and 79. RGB value is (194,99,121). Sum of RGB (Red+Green+Blue) = 194+99+121=414 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.86% from 414); Green value is 99 (39.06% from 255 or 23.91% from 414); Blue value is 121 (47.66% from 255 or 29.23% from 414); Max value from RGB is 194 - color contains mainly: red. Hex color #C26379 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26379 is #3D9C86. Grayscale: #818181. Windows color (decimal): -4037767 or 7955394. OLE color: 7955394.

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

Color convert

RGB19499121-
CMYK00.490.380.24
HSL346.11º43.78%57.45%-
HSV(B)346.11º48.97%76.08%-
XYZ30.1621.7720.7-
YUV129.91122.97173.71-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.86%
GREEN value IS 99 (39.06% from 255) = 23.91%
BLUE value IS 121 (47.66% from 255) = 29.23%
R=46.86%
G=23.91%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949912100.490.380.24346.1143.7857.45
HexC26379031261815a2c39
Octal30214317106146305325471
Binary1100001011000111111001011000110011011000101011010101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26379; }

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

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

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

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

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

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

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

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