#C49270

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

Shades of Fallow #C49270

Tints of Fallow #C49270

Color information

#C49270 (or 0xC49270) is unknown color: approx Fallow. HEX triplet: C4, 92 and 70. RGB value is (196,146,112). Sum of RGB (Red+Green+Blue) = 196+146+112=454 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.17% from 454); Green value is 146 (57.42% from 255 or 32.16% from 454); Blue value is 112 (44.14% from 255 or 24.67% from 454); Max value from RGB is 196 - color contains mainly: red. Hex color #C49270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49270 is #3B6D8F. Grayscale: #9D9D9D. Windows color (decimal): -3894672 or 7377604. OLE color: 7377604.

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

Color convert

RGB196146112-
CMYK00.260.430.23
HSL24.29º41.58%60.39%-
HSV(B)24.29º42.86%76.86%-
XYZ35.9733.4619.89-
YUV157.07102.56155.76-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.17%
GREEN value IS 146 (57.42% from 255) = 32.16%
BLUE value IS 112 (44.14% from 255) = 24.67%
R=43.17%
G=32.16%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.43
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614611200.260.430.2324.2941.5860.39
HexC4927001A2B17182a3c
Octal3042221600325327305274
Binary110001001001001011100000110101010111011111000101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49270; }

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

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

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

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

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

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

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

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