#C27177

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

Shades of Tapestry #C27177

Tints of Tapestry #C27177

Color information

#C27177 (or 0xC27177) is unknown color: approx Tapestry. HEX triplet: C2, 71 and 77. RGB value is (194,113,119). Sum of RGB (Red+Green+Blue) = 194+113+119=426 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.54% from 426); Green value is 113 (44.53% from 255 or 26.53% from 426); Blue value is 119 (46.88% from 255 or 27.93% from 426); Max value from RGB is 194 - color contains mainly: red. Hex color #C27177 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27177 is #3D8E88. Grayscale: #898989. Windows color (decimal): -4034185 or 7827906. OLE color: 7827906.

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

Color convert

RGB194113119-
CMYK00.420.390.24
HSL355.56º39.9%60.2%-
HSV(B)355.56º41.75%76.08%-
XYZ31.4824.6120.54-
YUV137.9117.34168.01-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.54%
GREEN value IS 113 (44.53% from 255) = 26.53%
BLUE value IS 119 (46.88% from 255) = 27.93%
R=45.54%
G=26.53%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411311900.420.390.24355.5639.960.2
HexC2717702A2718164283c
Octal30216116705247305445074
Binary1100001011100011110111010101010011111000101100100101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27177; }

 p { color: rgb(194,113,119); }

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

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

 a { background-color: rgb(194,113,119); }

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

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

 span { border-color: rgb(194,113,119); }

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