#C27276

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

Shades of Tapestry #C27276

Tints of Tapestry #C27276

Color information

#C27276 (or 0xC27276) is unknown color: approx Tapestry. HEX triplet: C2, 72 and 76. RGB value is (194,114,118). Sum of RGB (Red+Green+Blue) = 194+114+118=426 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.54% from 426); Green value is 114 (44.92% from 255 or 26.76% from 426); Blue value is 118 (46.48% from 255 or 27.70% from 426); Max value from RGB is 194 - color contains mainly: red. Hex color #C27276 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27276 is #3D8D89. Grayscale: #8A8A8A. Windows color (decimal): -4033930 or 7762626. OLE color: 7762626.

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

Color convert

RGB194114118-
CMYK00.410.390.24
HSL357º39.6%60.39%-
HSV(B)357º41.24%76.08%-
XYZ31.5424.8120.27-
YUV138.38116.5167.67-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.54%
GREEN value IS 114 (44.92% from 255) = 26.76%
BLUE value IS 118 (46.48% from 255) = 27.70%
R=45.54%
G=26.76%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411411800.410.390.2435739.660.39
HexC272760292718165283c
Octal30216216605147305455074
Binary1100001011100101110110010100110011111000101100101101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27276; }

 p { color: rgb(194,114,118); }

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

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

 a { background-color: rgb(194,114,118); }

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

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

 span { border-color: rgb(194,114,118); }

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