#C27477

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

Shades of Tapestry #C27477

Tints of Tapestry #C27477

Color information

#C27477 (or 0xC27477) is unknown color: approx Tapestry. HEX triplet: C2, 74 and 77. RGB value is (194,116,119). Sum of RGB (Red+Green+Blue) = 194+116+119=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 116 (45.70% from 255 or 27.04% from 429); Blue value is 119 (46.88% from 255 or 27.74% from 429); Max value from RGB is 194 - color contains mainly: red. Hex color #C27477 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27477 is #3D8B88. Grayscale: #8B8B8B. Windows color (decimal): -4033417 or 7828674. OLE color: 7828674.

HSL color Cylindrical-coordinate representation of color #C27477: hue angle of 357.69º 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 #C27477 is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB194116119-
CMYK00.400.390.24
HSL357.69º39%60.78%-
HSV(B)357.69º40.21%76.08%-
XYZ31.8225.2920.66-
YUV139.66116.34166.76-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.22%
GREEN value IS 116 (45.70% from 255) = 27.04%
BLUE value IS 119 (46.88% from 255) = 27.74%
R=45.22%
G=27.04%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411611900.400.390.24357.693960.78
HexC274770282718166273d
Octal30216416705047305464775
Binary1100001011101001110111010100010011111000101100110100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27477; }

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

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

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

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

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

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

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

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