#C17077

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

Shades of Tapestry #C17077

Tints of Tapestry #C17077

Color information

#C17077 (or 0xC17077) is unknown color: approx Tapestry. HEX triplet: C1, 70 and 77. RGB value is (193,112,119). Sum of RGB (Red+Green+Blue) = 193+112+119=424 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.52% from 424); Green value is 112 (44.14% from 255 or 26.42% from 424); Blue value is 119 (46.88% from 255 or 28.07% from 424); Max value from RGB is 193 - color contains mainly: red. Hex color #C17077 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17077 is #3E8F88. Grayscale: #898989. Windows color (decimal): -4099977 or 7827649. OLE color: 7827649.

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

Color convert

RGB193112119-
CMYK00.420.380.24
HSL354.81º39.51%59.8%-
HSV(B)354.81º41.97%75.69%-
XYZ31.1224.2620.49-
YUV137.02117.84167.93-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.52%
GREEN value IS 112 (44.14% from 255) = 26.42%
BLUE value IS 119 (46.88% from 255) = 28.07%
R=45.52%
G=26.42%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311211900.420.380.24354.8139.5159.8
HexC1707702A2618163283c
Octal30116016705246305435074
Binary1100000111100001110111010101010011011000101100011101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17077; }

 p { color: rgb(193,112,119); }

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

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

 a { background-color: rgb(193,112,119); }

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

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

 span { border-color: rgb(193,112,119); }

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