#C46B7A

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

Shades of Tapestry #C46B7A

Tints of Tapestry #C46B7A

Color information

#C46B7A (or 0xC46B7A) is unknown color: approx Tapestry. HEX triplet: C4, 6B and 7A. RGB value is (196,107,122). Sum of RGB (Red+Green+Blue) = 196+107+122=425 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.12% from 425); Green value is 107 (42.19% from 255 or 25.18% from 425); Blue value is 122 (48.05% from 255 or 28.71% from 425); Max value from RGB is 196 - color contains mainly: red. Hex color #C46B7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46B7A is #3B9485. Grayscale: #878787. Windows color (decimal): -3904646 or 8022980. OLE color: 8022980.

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

Color convert

RGB196107122-
CMYK00.450.380.23
HSL349.89º43%59.41%-
HSV(B)349.89º45.41%76.86%-
XYZ31.5423.6621.32-
YUV135.32120.49171.28-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.12%
GREEN value IS 107 (42.19% from 255) = 25.18%
BLUE value IS 122 (48.05% from 255) = 28.71%
R=46.12%
G=25.18%
B=28.71%

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
Decimal19610712200.450.380.23349.894359.41
HexC46B7A02D261715e2b3b
Octal30415317205546275365373
Binary1100010011010111111010010110110011010111101011110101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46B7A; }

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

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

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

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

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

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

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

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