#C49668

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

Shades of Fallow #C49668

Tints of Fallow #C49668

Color information

#C49668 (or 0xC49668) is unknown color: approx Fallow. HEX triplet: C4, 96 and 68. RGB value is (196,150,104). Sum of RGB (Red+Green+Blue) = 196+150+104=450 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.56% from 450); Green value is 150 (58.98% from 255 or 33.33% from 450); Blue value is 104 (41.02% from 255 or 23.11% from 450); Max value from RGB is 196 - color contains mainly: red. Hex color #C49668 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49668 is #3B6997. Grayscale: #9E9E9E. Windows color (decimal): -3893656 or 6854340. OLE color: 6854340.

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

Color convert

RGB196150104-
CMYK00.230.470.23
HSL30º43.81%58.82%-
HSV(B)30º46.94%76.86%-
XYZ36.1734.5517.86-
YUV158.5197.24154.74-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.56%
GREEN value IS 150 (58.98% from 255) = 33.33%
BLUE value IS 104 (41.02% from 255) = 23.11%
R=43.56%
G=33.33%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.47
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615010400.230.470.233043.8158.82
HexC496680172F171e2c3b
Octal3042261500275727365473
Binary110001001001011011010000101111011111011111110101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49668; }

 p { color: rgb(196,150,104); }

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

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

 a { background-color: rgb(196,150,104); }

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

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

 span { border-color: rgb(196,150,104); }

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