#C49256

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

Shades of Twine #C49256

Tints of Twine #C49256

Color information

#C49256 (or 0xC49256) is unknown color: approx Twine. HEX triplet: C4, 92 and 56. RGB value is (196,146,86). Sum of RGB (Red+Green+Blue) = 196+146+86=428 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.79% from 428); Green value is 146 (57.42% from 255 or 34.11% from 428); Blue value is 86 (33.98% from 255 or 20.09% from 428); Max value from RGB is 196 - color contains mainly: red. Hex color #C49256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49256 is #3B6DA9. Grayscale: #9A9A9A. Windows color (decimal): -3894698 or 5673668. OLE color: 5673668.

HSL color Cylindrical-coordinate representation of color #C49256: hue angle of 32.73º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C49256 is Cyan = 0, Magento = 0.26, Yellow = 0.56 and Black (K on CMYK) = 0.23.

Color convert

RGB19614686-
CMYK00.260.560.23
HSL32.73º48.25%55.29%-
HSV(B)32.73º56.12%76.86%-
XYZ34.7232.9713.34-
YUV154.1189.56157.88-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.79%
GREEN value IS 146 (57.42% from 255) = 34.11%
BLUE value IS 86 (33.98% from 255) = 20.09%
R=45.79%
G=34.11%
B=20.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.56
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961468600.260.560.2332.7348.2555.29
HexC4925601A3817213037
Octal3042221260327027416067
Binary1100010010010010101011001101011100010111100001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49256; }

 p { color: rgb(196,146,86); }

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

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

 a { background-color: rgb(196,146,86); }

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

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

 span { border-color: rgb(196,146,86); }

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