#C27479

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

Shades of Tapestry #C27479

Tints of Tapestry #C27479

Color information

#C27479 (or 0xC27479) is unknown color: approx Tapestry. HEX triplet: C2, 74 and 79. RGB value is (194,116,121). Sum of RGB (Red+Green+Blue) = 194+116+121=431 (57% of max value = 765). Red value is 194 (76.17% from 255 or 45.01% from 431); Green value is 116 (45.70% from 255 or 26.91% from 431); Blue value is 121 (47.66% from 255 or 28.07% from 431); Max value from RGB is 194 - color contains mainly: red. Hex color #C27479 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27479 is #3D8B86. Grayscale: #8B8B8B. Windows color (decimal): -4033415 or 7959746. OLE color: 7959746.

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

Color convert

RGB194116121-
CMYK00.400.380.24
HSL356.15º39%60.78%-
HSV(B)356.15º40.21%76.08%-
XYZ31.9425.3421.3-
YUV139.89117.34166.59-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.01%
GREEN value IS 116 (45.70% from 255) = 26.91%
BLUE value IS 121 (47.66% from 255) = 28.07%
R=45.01%
G=26.91%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411612100.400.380.24356.153960.78
HexC274790282618164273d
Octal30216417105046305444775
Binary1100001011101001111001010100010011011000101100100100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27479; }

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

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

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

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

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

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

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

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