#C46481

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

Shades of Tapestry #C46481

Tints of Tapestry #C46481

Color information

#C46481 (or 0xC46481) is unknown color: approx Tapestry. HEX triplet: C4, 64 and 81. RGB value is (196,100,129). Sum of RGB (Red+Green+Blue) = 196+100+129=425 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.12% from 425); Green value is 100 (39.45% from 255 or 23.53% from 425); Blue value is 129 (50.78% from 255 or 30.35% from 425); Max value from RGB is 196 - color contains mainly: red. Hex color #C46481 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46481 is #3B9B7E. Grayscale: #838383. Windows color (decimal): -3906431 or 8479940. OLE color: 8479940.

HSL color Cylindrical-coordinate representation of color #C46481: hue angle of 341.88º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C46481 is Cyan = 0, Magento = 0.49, Yellow = 0.34 and Black (K on CMYK) = 0.23.

Color convert

RGB196100129-
CMYK00.490.340.23
HSL341.88º44.86%58.04%-
HSV(B)341.88º48.98%76.86%-
XYZ31.2822.4423.45-
YUV132.01126.3173.64-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.12%
GREEN value IS 100 (39.45% from 255) = 23.53%
BLUE value IS 129 (50.78% from 255) = 30.35%
R=46.12%
G=23.53%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.34
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19610012900.490.340.23341.8844.8658.04
HexC4648103122171562d3a
Octal30414420106142275265572
Binary11000100110010010000001011000110001010111101010110101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46481; }

 p { color: rgb(196,100,129); }

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

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

 a { background-color: rgb(196,100,129); }

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

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

 span { border-color: rgb(196,100,129); }

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