#C26974

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

Shades of Tapestry #C26974

Tints of Tapestry #C26974

Color information

#C26974 (or 0xC26974) is unknown color: approx Tapestry. HEX triplet: C2, 69 and 74. RGB value is (194,105,116). Sum of RGB (Red+Green+Blue) = 194+105+116=415 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.75% from 415); Green value is 105 (41.41% from 255 or 25.30% from 415); Blue value is 116 (45.70% from 255 or 27.95% from 415); Max value from RGB is 194 - color contains mainly: red. Hex color #C26974 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26974 is #3D968B. Grayscale: #848484. Windows color (decimal): -4036236 or 7629250. OLE color: 7629250.

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

Color convert

RGB194105116-
CMYK00.460.400.24
HSL352.58º42.18%58.63%-
HSV(B)352.58º45.88%76.08%-
XYZ30.4522.8319.33-
YUV132.86118.49171.61-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.75%
GREEN value IS 105 (41.41% from 255) = 25.30%
BLUE value IS 116 (45.70% from 255) = 27.95%
R=46.75%
G=25.30%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410511600.460.400.24352.5842.1858.63
HexC2697402E28181612a3b
Octal30215116405650305415273
Binary1100001011010011110100010111010100011000101100001101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26974; }

 p { color: rgb(194,105,116); }

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

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

 a { background-color: rgb(194,105,116); }

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

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

 span { border-color: rgb(194,105,116); }

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