#C46282

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

Shades of Tapestry #C46282

Tints of Tapestry #C46282

Color information

#C46282 (or 0xC46282) is unknown color: approx Tapestry. HEX triplet: C4, 62 and 82. RGB value is (196,98,130). Sum of RGB (Red+Green+Blue) = 196+98+130=424 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.23% from 424); Green value is 98 (38.67% from 255 or 23.11% from 424); Blue value is 130 (51.17% from 255 or 30.66% from 424); Max value from RGB is 196 - color contains mainly: red. Hex color #C46282 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46282 is #3B9D7D. Grayscale: #828282. Windows color (decimal): -3906942 or 8544964. OLE color: 8544964.

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

Color convert

RGB19698130-
CMYK00.50.340.23
HSL340.41º45.37%57.65%-
HSV(B)340.41º50%76.86%-
XYZ31.1622.0823.74-
YUV130.95127.47174.4-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.23%
GREEN value IS 98 (38.67% from 255) = 23.11%
BLUE value IS 130 (51.17% from 255) = 30.66%
R=46.23%
G=23.11%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.34
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1969813000.50.340.23340.4145.3757.65
HexC4628203222171542d3a
Octal30414220206242275245572
Binary11000100110001010000010011001010001010111101010100101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46282; }

 p { color: rgb(196,98,130); }

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

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

 a { background-color: rgb(196,98,130); }

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

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

 span { border-color: rgb(196,98,130); }

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