#C46C7A

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

Shades of Tapestry #C46C7A

Tints of Tapestry #C46C7A

Color information

#C46C7A (or 0xC46C7A) is unknown color: approx Tapestry. HEX triplet: C4, 6C and 7A. RGB value is (196,108,122). Sum of RGB (Red+Green+Blue) = 196+108+122=426 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.01% from 426); Green value is 108 (42.58% from 255 or 25.35% from 426); Blue value is 122 (48.05% from 255 or 28.64% from 426); Max value from RGB is 196 - color contains mainly: red. Hex color #C46C7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46C7A is #3B9385. Grayscale: #878787. Windows color (decimal): -3904390 or 8023236. OLE color: 8023236.

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

Color convert

RGB196108122-
CMYK00.450.380.23
HSL350.45º42.72%59.61%-
HSV(B)350.45º44.9%76.86%-
XYZ31.6423.8721.35-
YUV135.91120.15170.86-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.01%
GREEN value IS 108 (42.58% from 255) = 25.35%
BLUE value IS 122 (48.05% from 255) = 28.64%
R=46.01%
G=25.35%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19610812200.450.380.23350.4542.7259.61
HexC46C7A02D261715e2b3c
Octal30415417205546275365374
Binary1100010011011001111010010110110011010111101011110101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46C7A; }

 p { color: rgb(196,108,122); }

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

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

 a { background-color: rgb(196,108,122); }

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

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

 span { border-color: rgb(196,108,122); }

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