#C46B74

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

Shades of Tapestry #C46B74

Tints of Tapestry #C46B74

Color information

#C46B74 (or 0xC46B74) is unknown color: approx Tapestry. HEX triplet: C4, 6B and 74. RGB value is (196,107,116). Sum of RGB (Red+Green+Blue) = 196+107+116=419 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.78% from 419); Green value is 107 (42.19% from 255 or 25.54% from 419); Blue value is 116 (45.70% from 255 or 27.68% from 419); Max value from RGB is 196 - color contains mainly: red. Hex color #C46B74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46B74 is #3B948B. Grayscale: #868686. Windows color (decimal): -3904652 or 7629764. OLE color: 7629764.

HSL color Cylindrical-coordinate representation of color #C46B74: hue angle of 353.93º 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 #C46B74 is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB196107116-
CMYK00.450.410.23
HSL353.93º43%59.41%-
HSV(B)353.93º45.41%76.86%-
XYZ31.1823.5119.42-
YUV134.64117.49171.77-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.78%
GREEN value IS 107 (42.19% from 255) = 25.54%
BLUE value IS 116 (45.70% from 255) = 27.68%
R=46.78%
G=25.54%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19610711600.450.410.23353.934359.41
HexC46B7402D29171622b3b
Octal30415316405551275425373
Binary1100010011010111110100010110110100110111101100010101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46B74; }

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

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

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

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

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

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

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

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