#C49470

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

Shades of Fallow #C49470

Tints of Fallow #C49470

Color information

#C49470 (or 0xC49470) is unknown color: approx Fallow. HEX triplet: C4, 94 and 70. RGB value is (196,148,112). Sum of RGB (Red+Green+Blue) = 196+148+112=456 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.98% from 456); Green value is 148 (58.20% from 255 or 32.46% from 456); Blue value is 112 (44.14% from 255 or 24.56% from 456); Max value from RGB is 196 - color contains mainly: red. Hex color #C49470 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49470 is #3B6B8F. Grayscale: #9E9E9E. Windows color (decimal): -3894160 or 7378116. OLE color: 7378116.

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

Color convert

RGB196148112-
CMYK00.240.430.23
HSL25.71º41.58%60.39%-
HSV(B)25.71º42.86%76.86%-
XYZ36.2834.0920-
YUV158.25101.9154.93-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.98%
GREEN value IS 148 (58.20% from 255) = 32.46%
BLUE value IS 112 (44.14% from 255) = 24.56%
R=42.98%
G=32.46%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.43
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614811200.240.430.2325.7141.5860.39
HexC494700182B171a2a3c
Octal3042241600305327325274
Binary110001001001010011100000110001010111011111010101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49470; }

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

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

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

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

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

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

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

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