#C17481

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

Shades of Tapestry #C17481

Tints of Tapestry #C17481

Color information

#C17481 (or 0xC17481) is unknown color: approx Tapestry. HEX triplet: C1, 74 and 81. RGB value is (193,116,129). Sum of RGB (Red+Green+Blue) = 193+116+129=438 (58% of max value = 765). Red value is 193 (75.78% from 255 or 44.06% from 438); Green value is 116 (45.70% from 255 or 26.48% from 438); Blue value is 129 (50.78% from 255 or 29.45% from 438); Max value from RGB is 193 - color contains mainly: red. Hex color #C17481 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17481 is #3E8B7E. Grayscale: #8C8C8C. Windows color (decimal): -4098943 or 8484033. OLE color: 8484033.

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

Color convert

RGB193116129-
CMYK00.400.330.24
HSL349.87º38.31%60.59%-
HSV(B)349.87º39.9%75.69%-
XYZ32.225.4123.98-
YUV140.5121.51165.44-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.06%
GREEN value IS 116 (45.70% from 255) = 26.48%
BLUE value IS 129 (50.78% from 255) = 29.45%
R=44.06%
G=26.48%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311612900.400.330.24349.8738.3160.59
HexC17481028211815e263d
Octal30116420105041305364675
Binary11000001111010010000001010100010000111000101011110100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17481; }

 p { color: rgb(193,116,129); }

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

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

 a { background-color: rgb(193,116,129); }

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

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

 span { border-color: rgb(193,116,129); }

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