#c4a470

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

Shades of Fallow #C4A470

Tints of Fallow #C4A470

Color information

#C4A470 (or 0xC4A470) is unknown color: approx Fallow. HEX triplet: C4, A4 and 70. RGB value is (196,164,112). Sum of RGB (Red+Green+Blue) = 196+164+112=472 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.53% from 472); Green value is 164 (64.45% from 255 or 34.75% from 472); Blue value is 112 (44.14% from 255 or 23.73% from 472); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A470 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A470 is #3B5B8F. Grayscale: #A7A7A7. Windows color (decimal): -3890064 or 7382212. OLE color: 7382212.

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

Color convert

RGB196164112-
CMYK00.160.430.23
HSL37.14º41.58%60.39%-
HSV(B)37.14º42.86%76.86%-
XYZ38.9739.4620.89-
YUV167.6496.6148.23-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.53%
GREEN value IS 164 (64.45% from 255) = 34.75%
BLUE value IS 112 (44.14% from 255) = 23.73%
R=41.53%
G=34.75%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.43
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19616411200.160.430.2337.1441.5860.39
HexC4A4700102B17252a3c
Octal3042441600205327455274
Binary1100010010100100111000001000010101110111100101101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c4a470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c4a470; }

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

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

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

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

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

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

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

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