#C49673

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

Shades of Fallow #C49673

Tints of Fallow #C49673

Color information

#C49673 (or 0xC49673) is unknown color: approx Fallow. HEX triplet: C4, 96 and 73. RGB value is (196,150,115). Sum of RGB (Red+Green+Blue) = 196+150+115=461 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.52% from 461); Green value is 150 (58.98% from 255 or 32.54% from 461); Blue value is 115 (45.31% from 255 or 24.95% from 461); Max value from RGB is 196 - color contains mainly: red. Hex color #C49673 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49673 is #3B698C. Grayscale: #9F9F9F. Windows color (decimal): -3893645 or 7575236. OLE color: 7575236.

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

Color convert

RGB196150115-
CMYK00.230.410.23
HSL25.93º40.7%60.98%-
HSV(B)25.93º41.33%76.86%-
XYZ36.7734.7921-
YUV159.76102.74153.85-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.52%
GREEN value IS 150 (58.98% from 255) = 32.54%
BLUE value IS 115 (45.31% from 255) = 24.95%
R=42.52%
G=32.54%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615011500.230.410.2325.9340.760.98
HexC4967301729171a293d
Octal3042261630275127325175
Binary110001001001011011100110101111010011011111010101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49673; }

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

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

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

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

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

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

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

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